Update charts
This commit is contained in:
parent
27727c664b
commit
e02a9b1b03
8 changed files with 42 additions and 8 deletions
|
@ -15,7 +15,7 @@ type: application
|
|||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.1
|
||||
version: 0.3.0
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
|
||||
stringData:
|
||||
DB_HOST: {{ .Values.db_host }}
|
||||
DB_USER: {{ .Values.db_user}}
|
||||
DB_USER: {{ .Values.db_user }}
|
||||
DB_PASS: {{ .Values.db_pass }}
|
||||
DB_NAME: {{ .Values.db_name }}
|
||||
DB_LOCALE: {{ .Values.db_locale }}
|
||||
URL_DATA: {{ .Values.url_data }}
|
||||
|
|
|
@ -82,8 +82,7 @@ tolerations: []
|
|||
affinity: {}
|
||||
|
||||
# Database
|
||||
db_host: fdc7:a61d:d247::42
|
||||
db_host: pgsql-ha-postgresql-ha-pgpool
|
||||
db_user: gtfso
|
||||
db_name: gtfso
|
||||
db_locale: de_DE.UTF-8
|
||||
url_data: https://www.vbb.de/vbbgtfs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue