提交 9012f62e 作者: 余乾开

feat(config):增加内存、副本配置

上级 9ff9cb68
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
image: REGISTRY/NAMESPACE/IMAGE:TAG image: REGISTRY/NAMESPACE/IMAGE:TAG
resources: resources:
limits: limits:
memory: 4096Mi memory: 8192Mi
cpu: 100m cpu: 100m
ports: ports:
- containerPort: 35150 - containerPort: 35150
......
apiVersion: apps/v1
kind: Deployment
metadata:
name: cms-deployment
spec:
replicas: 2
\ No newline at end of file
...@@ -9,6 +9,7 @@ commonLabels: ...@@ -9,6 +9,7 @@ commonLabels:
commonAnnotations: commonAnnotations:
note: This is prod! note: This is prod!
patches: patches:
- path: increase_replicas.yaml
- path: configMap.yaml - path: configMap.yaml
- path: service-patch.yaml - path: service-patch.yaml
target: target:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论