Compare commits
No commits in common. "5456ce68ef33277d8e1eeeb120cf4b4ee1722669" and "34a9cc12e562f74df13f88af309088a35dd51cff" have entirely different histories.
5456ce68ef
...
34a9cc12e5
3 changed files with 3 additions and 31 deletions
|
|
@ -102,6 +102,5 @@
|
|||
# - traefik-sa.yml.j2
|
||||
- traefik-ingressroute.yml.j2
|
||||
# - traefik-svc.yml.j2
|
||||
# - traefik-defaultbackend.yml.j2
|
||||
|
||||
tags: traefik
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: cheese
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|
||||
traefik.ingress.kubernetes.io/router.priority: "1"
|
||||
traefik.ingress.kubernetes.io/router.middlewares: security_headers@file,compress@file
|
||||
|
||||
spec:
|
||||
defaultBackend:
|
||||
service:
|
||||
name: stilton
|
||||
port:
|
||||
number: 80
|
||||
|
|
@ -51,24 +51,13 @@ data:
|
|||
# users:
|
||||
# - {{ basic_auth_data }}
|
||||
{% endif %}
|
||||
{% if false %}
|
||||
authelia:
|
||||
forwardAuth:
|
||||
address: "http://authelia:9091/api/verify?rd=https://login.example.com/"
|
||||
trustForwardHeader: true
|
||||
authResponseHeaders:
|
||||
- "Remote-User"
|
||||
- "Remote-Groups"
|
||||
- "Remote-Name"
|
||||
- "Remote-Email"
|
||||
authelia-basic:
|
||||
forwardAuth:
|
||||
address: "http://authelia:9091/api/verify?auth=basic"
|
||||
trustForwardHeader: true
|
||||
authResponseHeaders:
|
||||
- "Remote-User"
|
||||
- "Remote-Groups"
|
||||
- "Remote-Name"
|
||||
- "Remote-Email"
|
||||
authReponseHeaders: ["Remote-User", "Remote-Groups", "Remote-Name", "Remote-Email"]
|
||||
{% endif %}
|
||||
|
||||
traefik-tls-defaults-options.yaml: |
|
||||
tls:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue