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:
|
||||
annotations:
|
||||
kubernetes.io/tls-acme: "true"
|
||||
traefik.ingress.kubernetes.io/router.middlewares: authentik-authentik@kubernetescrd
|
||||
name: test1-ingress
|
||||
namespace: aaron-test
|
||||
spec:
|
||||
rules:
|
||||
- host: "test.apps.yolokube.de"
|
||||
- host: "test.services.yolokube.de"
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
|
@ -62,5 +63,5 @@ spec:
|
|||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- test.apps.yolokube.de
|
||||
secretName: test1-tls-key
|
||||
- test.services.yolokube.de
|
||||
secretName: test2-tls-key
|
||||
|
|
Loading…
Reference in a new issue