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
9
deploy/k8s/values.test.yaml
Normal file
9
deploy/k8s/values.test.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
ingress:
|
||||
enabled: true
|
||||
host: backoffice-api.example.com
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
|
||||
config:
|
||||
database:
|
||||
url: postgres://user:pass@127.0.0.1:5432/db?sslmode=disable
|
||||
Reference in a new issue