bouncer/misc/k8s/kustomization/base/resources/bouncer-server/kustomization.yaml
William Petit d12ebfc642
All checks were successful
Cadoles/bouncer/pipeline/pr-develop This commit looks good
feat: proxy bootstrapping from configuration
2024-03-26 17:28:38 +01:00

15 lines
299 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./resources/service.yaml
- ./resources/deployment.yaml
configMapGenerator:
- name: bouncer-server-config
files:
- ./files/config.yml
- name: bouncer-server-env
literals:
- BOUNCER_LOG_LEVEL=2