mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
14 lines
265 B
YAML
14 lines
265 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
commonLabels:
|
|
app: traefik-forward-auth
|
|
|
|
resources:
|
|
- service.yaml
|
|
- deployment.yaml
|
|
- middleware.yaml
|
|
|
|
configMapGenerator:
|
|
- name: configs
|
|
files:
|
|
- configs/traefik-forward-auth.ini |