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
29
deploy/postgres/manifest.yaml
Normal file
29
deploy/postgres/manifest.yaml
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
package:
|
||||
name: quay/postgres-app
|
||||
author: Antoine Legrand
|
||||
version: 9.6.1-1
|
||||
description: postgres
|
||||
license: MIT
|
||||
|
||||
variables:
|
||||
image: postgres:9.6.1
|
||||
dbname: quay
|
||||
user: quay
|
||||
password: quay
|
||||
data_volumes:
|
||||
- name: postgres-data
|
||||
emptyDir:
|
||||
medium: ""
|
||||
|
||||
resources:
|
||||
- file: postgres-deployment.yaml
|
||||
name: postgres
|
||||
type: deployment
|
||||
|
||||
- file: postgres-service.yaml
|
||||
name: postgres
|
||||
type: service
|
||||
|
||||
deploy:
|
||||
- name: $self
|
Reference in a new issue