mirror of
https://github.com/LeNei/fullstack-helm-chart.git
synced 2026-02-13 22:56:19 +00:00
First commit
This commit is contained in:
21
values.yaml
Normal file
21
values.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
email: your-mail@web.com
|
||||
|
||||
api:
|
||||
appName: nice-name
|
||||
host: public-url
|
||||
replicas: 1
|
||||
image: image-name
|
||||
containerPort: 80
|
||||
jwksUrl: required-for-jwks
|
||||
|
||||
frontend:
|
||||
appName: nice-name
|
||||
host: public-url
|
||||
replicas: 1
|
||||
image: image-name
|
||||
|
||||
postgresql:
|
||||
auth:
|
||||
database: database-name
|
||||
enablePostgresUser: true
|
||||
postgresPassword: very-secret-password
|
||||
Reference in New Issue
Block a user