Skip to content

Commit

Permalink
Update charts
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Jan 11, 2024
1 parent 27727c6 commit 8b9f2a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 65 deletions.
62 changes: 0 additions & 62 deletions charts/gtfso-import/templates/_helpers.tpl

This file was deleted.

3 changes: 2 additions & 1 deletion charts/gtfso-import/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ 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 }}
4 changes: 2 additions & 2 deletions charts/gtfso-vbb/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ spec:
livenessProbe:
httpGet:
path: /healthz
port: http
port: 5000
readinessProbe:
httpGet:
path: /healthy
port: http
port: 5000
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit 8b9f2a5

Please sign in to comment.