test authentik authentication
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
This commit is contained in:
parent
74f1695d71
commit
5536c6e984
1 changed files with 4 additions and 3 deletions
|
@ -46,11 +46,12 @@ kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: "true"
|
||||||
|
traefik.ingress.kubernetes.io/router.middlewares: authentik-authentik@kubernetescrd
|
||||||
name: test1-ingress
|
name: test1-ingress
|
||||||
namespace: aaron-test
|
namespace: aaron-test
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: "test.apps.yolokube.de"
|
- host: "test.services.yolokube.de"
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- pathType: Prefix
|
- pathType: Prefix
|
||||||
|
@ -62,5 +63,5 @@ spec:
|
||||||
number: 80
|
number: 80
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- test.apps.yolokube.de
|
- test.services.yolokube.de
|
||||||
secretName: test1-tls-key
|
secretName: test2-tls-key
|
||||||
|
|
Loading…
Reference in a new issue