Bulk add targetPort to values.yaml for stable Apps
This commit is contained in:
@@ -49,6 +49,7 @@ service:
|
||||
ports:
|
||||
main:
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
webserver:
|
||||
enabled: false
|
||||
type: ClusterIP
|
||||
@@ -56,6 +57,7 @@ service:
|
||||
webserver:
|
||||
enabled: true
|
||||
port: 8081
|
||||
targetPort: 8081
|
||||
protocol: TCP
|
||||
targetPort: 8081
|
||||
|
||||
|
||||
Reference in New Issue
Block a user