mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
27 lines
411 B
YAML
27 lines
411 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: default
|
|
commonLabels:
|
|
app: traefik-forward-auth
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
- middleware.yaml
|
|
|
|
#
|
|
# Configs
|
|
#
|
|
configMapGenerator:
|
|
- name: configs
|
|
files:
|
|
- configs/traefik-forward-auth.ini
|
|
|
|
#
|
|
# Secrets
|
|
#
|
|
secretGenerator:
|
|
- name: traefik-forward-auth-secrets
|
|
env: secrets/traefik-forward-auth.env
|