Made traefik-dashboard not a component as that doesn't really work well
This commit is contained in:
parent
ac6f0852d7
commit
e011308c24
|
@ -77,6 +77,9 @@ spec:
|
||||||
|
|
||||||
access_control:
|
access_control:
|
||||||
rules:
|
rules:
|
||||||
|
- domain: traefik.${domain}
|
||||||
|
policy: one_factor
|
||||||
|
subject: "group:lldap_admin"
|
||||||
# Deny by default, mainly a placeholder to allow patching in other rules
|
# Deny by default, mainly a placeholder to allow patching in other rules
|
||||||
- domain: "*"
|
- domain: "*"
|
||||||
policy: deny
|
policy: deny
|
||||||
|
|
|
@ -4,8 +4,7 @@ resources:
|
||||||
- ./lldap
|
- ./lldap
|
||||||
- ./authelia
|
- ./authelia
|
||||||
- ./grafana
|
- ./grafana
|
||||||
|
- ./traefik-dashboard
|
||||||
|
|
||||||
- ./whoami.yaml
|
- ./whoami.yaml
|
||||||
- ./akri-demo.yaml
|
- ./akri-demo.yaml
|
||||||
|
|
||||||
components:
|
|
||||||
- ./traefik-dashboard
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
- op: add
|
|
||||||
path: /spec/values/configMap/access_control/rules/0
|
|
||||||
value:
|
|
||||||
domain: traefik.${domain}
|
|
||||||
policy: one_factor
|
|
||||||
subject: "group:lldap_admin"
|
|
|
@ -1,10 +1,5 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1alpha1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Component
|
kind: Kustomization
|
||||||
|
namespace: traefik
|
||||||
resources:
|
resources:
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
patches:
|
|
||||||
- target:
|
|
||||||
kind: HelmRelease
|
|
||||||
name: authelia
|
|
||||||
namespace: authelia
|
|
||||||
path: access.yaml
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user