Bulk add targetPort to values.yaml for stable Apps

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-06 22:55:18 +01:00
parent ae673dcefb
commit dcd5947918
152 changed files with 215 additions and 2 deletions
+4
View File
@@ -81,6 +81,7 @@ service:
main:
protocol: UDP
port: 53
targetPort: 53
probes:
liveness:
@@ -89,6 +90,7 @@ probes:
httpGet:
path: /health
port: 8080
targetPort: 8080
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
@@ -101,6 +103,7 @@ probes:
httpGet:
path: /ready
port: 8181
targetPort: 8181
scheme: HTTP
initialDelaySeconds: 10
timeoutSeconds: 5
@@ -113,6 +116,7 @@ probes:
httpGet:
path: /ready
port: 8181
targetPort: 8181
scheme: HTTP
initialDelaySeconds: 3
timeoutSeconds: 2