liveness 템플릿


``` apiVersion: v1 kind: Pod metadata: name: nginx spec: containers: - image: nginx name: nginx livenessProbe: httpGet: path: / port: 80 ```
되돌아가기 수정