fix(answer): fix install

This commit is contained in:
Stavros kois 2023-11-01 03:36:17 +02:00
parent 8eb3437e2a
commit 087de9d0cb
No known key found for this signature in database
GPG Key ID: 52FD8F5EE0A731BB
2 changed files with 5 additions and 2 deletions

View File

@ -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"

View File

@ -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: