2023-07-10 16:55:45 +02:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
resources:
|
2024-03-26 17:28:38 +01:00
|
|
|
- ./resources/service.yaml
|
|
|
|
- ./resources/deployment.yaml
|
2023-07-10 16:55:45 +02:00
|
|
|
|
|
|
|
configMapGenerator:
|
2024-03-26 17:28:38 +01:00
|
|
|
- name: bouncer-server-config
|
|
|
|
files:
|
|
|
|
- ./files/config.yml
|
|
|
|
- name: bouncer-server-env
|
|
|
|
literals:
|
|
|
|
- BOUNCER_LOG_LEVEL=2
|