File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 labels :
66 app.kubernetes.io/part-of : ctfpilot
77 app.kubernetes.io/name : error-fallback
8- app.kubernetes.io/version : 1.0.0-r.1
8+ app.kubernetes.io/version : 1.0.0
99 app.kubernetes.io/component : challenges
1010 ctfpilot.com/component : error-fallback
1111
2424 enableServiceLinks : false
2525 automountServiceAccountToken : false
2626 containers :
27- - name : instancing -fallback
28- image : ctfpilot/error-fallback:1.0.0-r.1
27+ - name : error -fallback
28+ image : ctfpilot/error-fallback:1.0.0
2929 imagePullPolicy : Always
3030 ports :
3131 - name : http
4343 port : 80
4444 initialDelaySeconds : 5
4545 periodSeconds : 10
46+ readinessProbe :
47+ httpGet :
48+ path : /
49+ port : 80
50+ initialDelaySeconds : 2
51+ periodSeconds : 5
4652---
4753apiVersion : v1
4854kind : Service
@@ -51,7 +57,7 @@ metadata:
5157 labels :
5258 app.kubernetes.io/part-of : ctfpilot
5359 app.kubernetes.io/name : error-fallback
54- app.kubernetes.io/version : 1.0.0-r.1
60+ app.kubernetes.io/version : 1.0.0
5561 app.kubernetes.io/component : challenges
5662 ctfpilot.com/component : error-fallback
5763spec :
You can’t perform that action at this time.
0 commit comments