We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8c59c commit 2c17c68Copy full SHA for 2c17c68
yamls/k8sliveness.yaml
@@ -18,17 +18,17 @@ metadata:
18
metadata:
19
labels:
20
env: prod
21
- spec:
22
- containers:
23
- - name: k8sliveness
24
- image: twogghub/k8s-workshop:1.3-liveness
25
- livenessProbe:
26
- httpGet:
27
- path: /healthy
28
- port: 9090
29
- initialDelaySeconds: 5
30
- timeoutSeconds: 1
31
- periodSeconds: 10
32
- failureThreshold: 3
33
- ports:
34
- - containerPort: 9090
+ spec:
+ containers:
+ - name: k8sliveness
+ image: twogghub/k8s-workshop:1.3-liveness
+ livenessProbe:
+ httpGet:
+ path: /healthy
+ port: 9090
+ initialDelaySeconds: 5
+ timeoutSeconds: 1
+ periodSeconds: 10
+ failureThreshold: 3
+ ports:
+ - containerPort: 9090
0 commit comments