mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
10 lines
191 B
YAML
10 lines
191 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: whoami
|
|
|
|
resources:
|
|
# - ingress.yaml
|
|
# - ingress-route.yaml
|
|
- http-route.yaml
|
|
- traefik-forward-auth
|
|
- whoami |