chore(apps): Sync questions and values env's (#2916)
* chore(apps): Sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * remove disabled ingress from values * remove required: false from questions * whoops * some cleanup * more cleanup * clean * commented * some fixes
This commit is contained in:
@@ -1,31 +1,17 @@
|
||||
image:
|
||||
# -- image repository
|
||||
repository: tccr.io/truecharts/docs
|
||||
# -- image tag
|
||||
tag: v1.10@sha256:da049548cc6e261fb09530de30b8856a5f45ec9be654fa8aba4b3dd4f6d091d7
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# -- environment variables. See [application docs](https://github.com/sismics/docs) for more details.
|
||||
# @default -- See below
|
||||
secretEnv:
|
||||
# -- Defines the e-mail-address the admin user should have upon initialization
|
||||
DOCS_ADMIN_EMAIL_INIT: ""
|
||||
# -- Defines the password the admin user should have upon initialization. Needs to be a bcrypt hash.
|
||||
DOCS_ADMIN_PASSWORD_INIT: ""
|
||||
# -- The username of the SMTP-Server which should be used
|
||||
DOCS_SMTP_USERNAME: ""
|
||||
# -- The password of the SMTP-Server which should be used
|
||||
DOCS_SMTP_PASSWORD: ""
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
# -- The language which will be used as default
|
||||
DOCS_DEFAULT_LANGUAGE: "eng"
|
||||
# -- The base url used by the application
|
||||
DOCS_BASE_URL: ""
|
||||
# -- Hostname of the SMTP-Server to be used by Teedy
|
||||
DOCS_SMTP_HOSTNAME: ""
|
||||
# -- The port of the SMTP-Server which should be used
|
||||
DOCS_SMTP_PORT: 0
|
||||
DATABASE_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
||||
DATABASE_PASSWORD:
|
||||
@@ -36,8 +22,7 @@ env:
|
||||
secretKeyRef:
|
||||
name: dbcreds
|
||||
key: jdbc
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -45,15 +30,11 @@ service:
|
||||
port: 10100
|
||||
targetPort: 8080
|
||||
|
||||
# -- Configure persistence settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/data"
|
||||
|
||||
# -- Enable and configure postgresql database subchart under this key.
|
||||
# @default -- See values.yaml
|
||||
postgresql:
|
||||
enabled: true
|
||||
existingSecret: "dbcreds"
|
||||
|
||||
Reference in New Issue
Block a user