提交 b4a13f2d 作者: 余乾开

Update deployment.yaml

上级 3b4a87f2
...@@ -19,7 +19,7 @@ spec: ...@@ -19,7 +19,7 @@ spec:
- name: pms - name: pms
image: REGISTRY/NAMESPACE/IMAGE:TAG image: REGISTRY/NAMESPACE/IMAGE:TAG
readinessProbe: readinessProbe:
initialDelaySeconds: 15 initialDelaySeconds: 480
periodSeconds: 10 periodSeconds: 10
failureThreshold: 20 failureThreshold: 20
httpGet: httpGet:
...@@ -31,6 +31,9 @@ spec: ...@@ -31,6 +31,9 @@ spec:
- name: localtime - name: localtime
mountPath: /etc/localtime mountPath: /etc/localtime
readOnly: true readOnly: true
resources:
limits:
cpu: 100m
ports: ports:
- containerPort: 8099 - containerPort: 8099
name: pms-port name: pms-port
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论