Browse Source

SIGI - reverted separation app and bkp

master
Keny Villela 2 years ago
parent
commit
4acb29bde4
  1. 2
      charts/sigi/v0/Chart.yaml
  2. 5
      charts/sigi/v0/templates/deployment.yaml

2
charts/sigi/v0/Chart.yaml

@ -8,7 +8,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.6
version: 0.2.2
# 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

5
charts/sigi/v0/templates/deployment.yaml

@ -45,6 +45,11 @@ spec:
value: "{{ .Values.sigi.language }}"
- name: DATABASE_URL
value: {{ printf "postgresql://%s:%s@%s:5432/%s" .Values.postgresql.auth.username .Values.postgresql.auth.password (include "postgresql.fullname" .) .Values.postgresql.auth.database| quote }}
- name: ADMINS
valueFrom:
configMapKeyRef:
name: sigi-email
key: ADMINS
- name: EMAIL_PORT
valueFrom:
configMapKeyRef:

Loading…
Cancel
Save