DarkflameServer/k8s/kustomization.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
333 B
YAML
Raw Normal View History

2024-01-01 23:34:43 +00:00
resources:
- mariadb.yml
- ../resources
- ../vanity
- pod-template.yml
- darkflame.yml
secretGenerator:
- name: db-secret
literals:
- DATABASE=darkflame
- USER=darkflame # for MariaDB
- USERNAME=darkflame # for DLU
- PASSWORD=gjN@5#TTE&H&Yees5Q3a%tTC
configMapGenerator:
- name: env-common
envs:
- common.env