Add quay-kubernetes package / Add quay CD to k8s
This commit is contained in:
parent
2f750bfc87
commit
1d0313229e
45 changed files with 1129 additions and 10 deletions
7
deploy/postgres/variables.yaml
Normal file
7
deploy/postgres/variables.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
user: quay
|
||||
password: quay
|
||||
dbname: quay
|
||||
data_volumes:
|
||||
- name: "postgres-data"
|
||||
persistentVolumeClaim:
|
||||
claimName: pvc-postgres-master
|
Reference in a new issue