fix: correct fireflyiii ports and services (#945)

This commit is contained in:
Kjeld Schouten-Lebbing
2021-09-09 17:14:19 +02:00
committed by GitHub
parent d6d4aafcd8
commit 1459dfd92c
2 changed files with 1 additions and 10 deletions
@@ -327,7 +327,7 @@ questions:
label: "Container Port"
schema:
type: int
default: 51080
default: 8080
editable: true
required: true
- variable: nodePort
@@ -339,7 +339,6 @@ questions:
max: 65535
default: 36048
- variable: serviceList
label: "Additional Services"
group: "Networking and Services"
-8
View File
@@ -19,14 +19,6 @@ service:
ports:
main:
port: 8080
tcp:
enabled: true
type: ClusterIP
ports:
tcp:
enabled: true
port: 51080
protocol: TCP
initContainers:
- name: init-postgresdb