fix: correct fireflyiii ports and services (#945)
This commit is contained in:
committed by
GitHub
parent
d6d4aafcd8
commit
1459dfd92c
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user