提交 bddedf54 作者: 余乾开

fix(Config):增加内存配置,正式环境副本

上级 ef7dcf6e
...@@ -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: 8099 - containerPort: 8099
......
apiVersion: apps/v1
kind: Deployment
metadata:
name: pms-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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论