diff --git a/charts/incubator/answer/Chart.yaml b/charts/incubator/answer/Chart.yaml index 7772f3bb933..8f29b39727a 100644 --- a/charts/incubator/answer/Chart.yaml +++ b/charts/incubator/answer/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/answer - https://github.com/answerdev/answer type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: forum truecharts.org/SCALE-support: "true" diff --git a/charts/incubator/answer/values.yaml b/charts/incubator/answer/values.yaml index 8bd9c8496a5..d04bcd83c89 100644 --- a/charts/incubator/answer/values.yaml +++ b/charts/incubator/answer/values.yaml @@ -10,6 +10,7 @@ service: main: protocol: http port: 9080 + targetPort: 80 answer: app: @@ -39,7 +40,9 @@ workload: type: tcp env: AUTO_INSTALL: true - INSTALL_PORT: "{{ .Values.service.main.ports.main.port }}" + # Don't change this, its only used for the initial install + # Does not alter the port the app listens on + INSTALL_PORT: 80 DB_TYPE: postgres DB_USERNAME: "{{ .Values.cnpg.main.user }}" DB_PASSWORD: