forked from public/stack
22 lines
584 B
YAML
22 lines
584 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
commonLabels:
|
|
app.kubernetes.io/part-of: invoiceshelf
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
configMapGenerator:
|
|
- name: env
|
|
literals:
|
|
- DB_CONNECTION=mysql
|
|
- DB_HOST=distrust-mysql-do-user-11788707-0.c.db.ondigitalocean.com
|
|
- DB_USERNAME=crater
|
|
- DB_DATABASE=crater
|
|
- DB_PORT=25060
|
|
generators:
|
|
- secret-generator.yaml
|
|
images:
|
|
- name: invoiceshelf/invoiceshelf
|
|
newTag: 1.1.0@sha256:50787e404725ad4f47462eaf38832d97c627a5d139d51a84f31a9bd90caffb3f
|