diff --git a/charts/stable/fireflyiii/SCALE/questions.yaml b/charts/stable/fireflyiii/SCALE/questions.yaml index b7935d0f791..899852c90be 100644 --- a/charts/stable/fireflyiii/SCALE/questions.yaml +++ b/charts/stable/fireflyiii/SCALE/questions.yaml @@ -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" diff --git a/charts/stable/fireflyiii/values.yaml b/charts/stable/fireflyiii/values.yaml index 59a3efa08f3..d5d961564e5 100644 --- a/charts/stable/fireflyiii/values.yaml +++ b/charts/stable/fireflyiii/values.yaml @@ -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