deploy values
This commit is contained in:
13
deploy/postgres.yaml
Normal file
13
deploy/postgres.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
image: docker.io/postgres
|
||||
ports:
|
||||
- 5432
|
||||
volume:
|
||||
enabled: true
|
||||
path: /var/lib/postgresql
|
||||
env:
|
||||
- name: POSTGRES_DB
|
||||
value: weather
|
||||
- name: POSTGRES_USER
|
||||
value: weather
|
||||
- name: POSTGRES_PASSWORD
|
||||
value: weather
|
||||
Reference in New Issue
Block a user