Skip to content

Commit

Permalink
docs: adjust traefik k8s example (authelia#3971)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott authored Sep 6, 2022
1 parent 7cce591 commit 5baa690
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/content/en/integration/kubernetes/traefik-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,11 @@ __SHOULD NOT__ be applied to the Authelia [Ingress] / [IngressRoute] itself.*
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: forwardauth-authelia
namespace: default
labels:
app.kubernetes.io/instance: authelia
app.kubernetes.io/name: authelia
argocd.argoproj.io/instance: authelia
name: forwardauth-authelia
namespace: default
spec:
forwardAuth:
address: http://authelia.default.svc.cluster.local/api/verify?rd=https%3A%2F%2Fauth.example.com%2F
Expand Down

0 comments on commit 5baa690

Please sign in to comment.