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
+3
View File
@@ -39,6 +39,7 @@ service:
ports:
main:
port: 8888
targetPort: 8888
bt-tcp:
enabled: false
type: ClusterIP
@@ -46,6 +47,7 @@ service:
bt-tcp:
enabled: true
port: 55555
targetPort: 55555
protocol: TCP
targetPort: 55555
bt-udp:
@@ -55,6 +57,7 @@ service:
bt-udp:
enabled: true
port: 55555
targetPort: 55555
protocol: UDP
targetPort: 55555