feat: add helm chart for deploying the app on k8s
This commit is contained in:
parent
aaa1eff0fe
commit
cbaa5272ef
13 changed files with 261 additions and 0 deletions
7
deploy/k8s/templates/migration-secrets.yaml
Normal file
7
deploy/k8s/templates/migration-secrets.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-migrations
|
||||
stringData:
|
||||
database_url: |
|
||||
{{ .Values.migrations.config.databaseURL }}
|
||||
Reference in a new issue