forked from k-space/kube
traefik: Pull resources only from trusted namespaces
This commit is contained in:
parent
2fd0112c28
commit
3b1cda8a58
@ -6,8 +6,31 @@ websecure:
|
|||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
|
kubernetesCRD:
|
||||||
|
enabled: true
|
||||||
|
namespaces:
|
||||||
|
- traefik
|
||||||
|
- authelia
|
||||||
|
|
||||||
kubernetesIngress:
|
kubernetesIngress:
|
||||||
|
allowEmptyServices: true
|
||||||
allowExternalNameServices: true
|
allowExternalNameServices: true
|
||||||
|
namespaces:
|
||||||
|
- argocd
|
||||||
|
- authelia
|
||||||
|
- camtiler
|
||||||
|
- drone
|
||||||
|
- elastic-system
|
||||||
|
- etherpad
|
||||||
|
- freescout
|
||||||
|
- grafana
|
||||||
|
- harbor
|
||||||
|
- kubernetes-dashboard
|
||||||
|
- logging
|
||||||
|
- longhorn-system
|
||||||
|
- phpmyadmin
|
||||||
|
- prometheus-operator
|
||||||
|
- wildduck
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user