From 1459dfd92c724298b019c6a828d1901df3f1bda3 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Thu, 9 Sep 2021 17:14:19 +0200 Subject: [PATCH] fix: correct fireflyiii ports and services (#945) --- charts/stable/fireflyiii/SCALE/questions.yaml | 3 +-- charts/stable/fireflyiii/values.yaml | 8 -------- 2 files changed, 1 insertion(+), 10 deletions(-) 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