This commit is contained in:
marsal wang
2021-12-30 14:59:17 +08:00
parent f0db052587
commit f3bfe3f76d
2 changed files with 5 additions and 7 deletions

View File

@ -47,13 +47,11 @@ spec:
containerPort: 9100
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
tcpSocket:
port: 11110
readinessProbe:
httpGet:
path: /
port: http
tcpSocket:
port: 11110
env:
- name: TZ
value: "Asia/Shanghai"