We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388d1e5 commit 9ae6886Copy full SHA for 9ae6886
1 file changed
kubernetes/base/deployment.yml
@@ -28,14 +28,14 @@ spec:
28
periodSeconds: 5
29
readinessProbe:
30
httpGet:
31
- name: http
32
- port: 80
+ port: http
33
path: /status/ready
34
initialDelaySeconds: 5
35
periodSeconds: 10
36
timeoutSeconds: 2
37
ports:
38
- containerPort: 80
+ name: http
39
envFrom:
40
- configMapRef:
41
name: <% .Name %>-config
0 commit comments