deploy values

This commit is contained in:
2025-12-10 15:27:16 +09:00
parent 1e40024232
commit 14f7ac70cb
4 changed files with 41 additions and 0 deletions

13
deploy/postgres.yaml Normal file
View 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