update
This commit is contained in:
@@ -1,20 +1,3 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: auth-ingress
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`authentik.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: ak-outpost-dmz-embedded-outpost
|
||||
port: 9000
|
||||
tls:
|
||||
secretName: authentik-outpost-tls
|
||||
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
@@ -27,7 +10,6 @@ spec:
|
||||
commonName: "authentik.durp.info"
|
||||
dnsNames:
|
||||
- "authentik.durp.info"
|
||||
- "authentik.durp.info"
|
||||
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
@@ -43,6 +25,11 @@ spec:
|
||||
services:
|
||||
- name: infra-cluster
|
||||
port: 443
|
||||
- match: Host(`authentik.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: ak-outpost-dmz-embedded-outpost
|
||||
port: 9000
|
||||
tls:
|
||||
secretName: authentik-outpost-tls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user