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
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
@@ -27,7 +10,6 @@ spec:
|
|||||||
commonName: "authentik.durp.info"
|
commonName: "authentik.durp.info"
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- "authentik.durp.info"
|
- "authentik.durp.info"
|
||||||
- "authentik.durp.info"
|
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
@@ -43,6 +25,11 @@ spec:
|
|||||||
services:
|
services:
|
||||||
- name: infra-cluster
|
- name: infra-cluster
|
||||||
port: 443
|
port: 443
|
||||||
|
- match: Host(`authentik.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
||||||
|
kind: Rule
|
||||||
|
services:
|
||||||
|
- name: ak-outpost-dmz-embedded-outpost
|
||||||
|
port: 9000
|
||||||
tls:
|
tls:
|
||||||
secretName: authentik-outpost-tls
|
secretName: authentik-outpost-tls
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user