fix(Apps): Correctly enable ports by default on some more Apps

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-08 14:42:18 +01:00
parent b741d22500
commit e0029fd9b0
6 changed files with 9 additions and 12 deletions
+2
View File
@@ -10,8 +10,10 @@ service:
port: 3000
targetPort: 3000
ssh:
enabled: true
ports:
ssh:
enabled: true
port: 2222
targetPort: 2222