fix(ubooquity): Fix broken service and port reference

This commit is contained in:
kjeld Schouten-Lebbing
2022-02-24 20:49:22 +01:00
parent 22d5b8cb8f
commit 6107728928
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ sources:
dependencies:
- name: common
repository: https://truecharts.org
version: 8.16.0
version: 8.16.1
# condition:
maintainers:
- email: info@truecharts.org
+2
View File
@@ -22,7 +22,9 @@ service:
port: 2202
admin:
ports:
enabled: true
admin:
enabled: true
targetPort: 2203
port: 2203