Bulk add targetPort to values.yaml for stable Apps
This commit is contained in:
@@ -10,6 +10,7 @@ service:
|
||||
ports:
|
||||
main:
|
||||
port: 9091
|
||||
targetPort: 9091
|
||||
torrent:
|
||||
enabled: true
|
||||
type: ClusterIP
|
||||
@@ -17,10 +18,12 @@ service:
|
||||
tcp:
|
||||
enabled: true
|
||||
port: 51413
|
||||
targetPort: 51413
|
||||
protocol: TCP
|
||||
udp:
|
||||
enabled: true
|
||||
port: 51413
|
||||
targetPort: 51413
|
||||
protocol: UDP
|
||||
|
||||
env: {}
|
||||
|
||||
Reference in New Issue
Block a user