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
@@ -13,6 +13,7 @@ service:
ports:
main:
port: 5076
targetPort: 5076
env: {}
# TZ: UTC
@@ -28,6 +29,7 @@ probes:
httpGet:
path: /actuator/health/livenessState
port: main
targetPort: main
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
@@ -39,6 +41,7 @@ probes:
httpGet:
path: /actuator/health/readinessState
port: main
targetPort: main
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
@@ -50,6 +53,7 @@ probes:
httpGet:
path: /actuator/health/readinessState
port: main
targetPort: main
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10