fix(Apps): Correctly enable ports by default on some more Apps
This commit is contained in:
@@ -10,8 +10,10 @@ service:
|
||||
port: 3000
|
||||
targetPort: 3000
|
||||
ssh:
|
||||
enabled: true
|
||||
ports:
|
||||
ssh:
|
||||
enabled: true
|
||||
port: 2222
|
||||
targetPort: 2222
|
||||
|
||||
|
||||
Reference in New Issue
Block a user