发布时间: 2023-12-4 文章作者: myluzh 分类名称: Kubernetes 朗读文章
spec: containers: - name: my-container readinessProbe: tcpSocket: port: 9999 initialDelaySeconds: 60 periodSeconds: 10 livenessProbe: tcpSocket: port: 9999 initialDelaySeconds: 60 periodSeconds: 10
spec: containers: - name: my-container lifecycle: preStop: exec: command: - sh - -c - "sleep 5"
发表评论