fix(ubooquity): Fix broken service and port reference
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -22,7 +22,9 @@ service:
|
||||
port: 2202
|
||||
admin:
|
||||
ports:
|
||||
enabled: true
|
||||
admin:
|
||||
enabled: true
|
||||
targetPort: 2203
|
||||
port: 2203
|
||||
|
||||
|
||||
Reference in New Issue
Block a user