调整服务资源配额限制与集群命名空间
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: yudao-gateway
|
name: yudao-gateway
|
||||||
labels:
|
labels:
|
||||||
app: yudao-gateway
|
app: yudao-gateway
|
||||||
@@ -29,7 +29,7 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: yudao-gateway
|
name: yudao-gateway
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
@@ -45,7 +45,7 @@ spec:
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: yudao-module-infra
|
name: yudao-module-infra
|
||||||
labels:
|
labels:
|
||||||
app: yudao-module-infra
|
app: yudao-module-infra
|
||||||
@@ -84,6 +84,13 @@ spec:
|
|||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "500m"
|
||||||
|
memory: "1024Mi"
|
||||||
|
limits:
|
||||||
|
cpu: "700m"
|
||||||
|
memory: "2048Mi"
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 30
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
@@ -94,7 +101,7 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: yudao-module-infra
|
name: yudao-module-infra
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -109,7 +116,7 @@ spec:
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: yudao-module-system
|
name: yudao-module-system
|
||||||
labels:
|
labels:
|
||||||
app: yudao-module-system
|
app: yudao-module-system
|
||||||
@@ -148,6 +155,13 @@ spec:
|
|||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "500m"
|
||||||
|
memory: "1024Mi"
|
||||||
|
limits:
|
||||||
|
cpu: "700m"
|
||||||
|
memory: "2048Mi"
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 30
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
@@ -158,7 +172,7 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: yudao-module-system
|
name: yudao-module-system
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -173,7 +187,7 @@ spec:
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: yudao-module-bpm
|
name: yudao-module-bpm
|
||||||
labels:
|
labels:
|
||||||
app: yudao-module-bpm
|
app: yudao-module-bpm
|
||||||
@@ -212,6 +226,13 @@ spec:
|
|||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "500m"
|
||||||
|
memory: "1024Mi"
|
||||||
|
limits:
|
||||||
|
cpu: "700m"
|
||||||
|
memory: "2048Mi"
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 30
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
@@ -222,7 +243,7 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: yudao-module-bpm
|
name: yudao-module-bpm
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -237,7 +258,7 @@ spec:
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: yudao-module-report
|
name: yudao-module-report
|
||||||
labels:
|
labels:
|
||||||
app: yudao-module-report
|
app: yudao-module-report
|
||||||
@@ -276,6 +297,13 @@ spec:
|
|||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "500m"
|
||||||
|
memory: "1024Mi"
|
||||||
|
limits:
|
||||||
|
cpu: "700m"
|
||||||
|
memory: "2048Mi"
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 30
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
@@ -286,7 +314,7 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: yudao-module-report
|
name: yudao-module-report
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -301,7 +329,7 @@ spec:
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: yudao-module-template
|
name: yudao-module-template
|
||||||
labels:
|
labels:
|
||||||
app: yudao-module-template
|
app: yudao-module-template
|
||||||
@@ -340,6 +368,13 @@ spec:
|
|||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "500m"
|
||||||
|
memory: "1024Mi"
|
||||||
|
limits:
|
||||||
|
cpu: "700m"
|
||||||
|
memory: "2048Mi"
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 30
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
@@ -350,7 +385,7 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: yudao-module-template
|
name: yudao-module-template
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -365,7 +400,7 @@ spec:
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: logistics-server
|
name: logistics-server
|
||||||
labels:
|
labels:
|
||||||
app: logistics-server
|
app: logistics-server
|
||||||
@@ -404,6 +439,13 @@ spec:
|
|||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "500m"
|
||||||
|
memory: "1024Mi"
|
||||||
|
limits:
|
||||||
|
cpu: "700m"
|
||||||
|
memory: "2048Mi"
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 30
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
@@ -414,7 +456,7 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
namespace: ns-f16a3067ca7b434aad127d15eac82503
|
namespace: ns-d6a0e78ebd674c279614498e4c57b133
|
||||||
name: logistics-server
|
name: logistics-server
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
Reference in New Issue
Block a user