update
This commit is contained in:
@@ -1,41 +1,15 @@
|
|||||||
#apiVersion: traefik.containo.us/v1alpha1
|
apiVersion: traefik.containo.us/v1alpha1
|
||||||
#kind: IngressRoute
|
kind: IngressRoute
|
||||||
#metadata:
|
metadata:
|
||||||
# name: longhorn-ingress
|
name: longhorn-ingress
|
||||||
#spec:
|
spec:
|
||||||
# entryPoints:
|
entryPoints:
|
||||||
# - websecure
|
- websecure
|
||||||
# routes:
|
routes:
|
||||||
# - match: Host(`longhorn.internal.durp.info`) && PathPrefix(`/`)
|
- match: Host(`longhorn.infra.durp.info`) && PathPrefix(`/`)
|
||||||
# middlewares:
|
kind: Rule
|
||||||
# - name: whitelist
|
services:
|
||||||
# namespace: traefik
|
- name: longhorn-frontend
|
||||||
# - name: authentik-proxy-provider
|
port: 80
|
||||||
# namespace: traefik
|
tls:
|
||||||
# kind: Rule
|
secretName: longhorn-tls
|
||||||
# services:
|
|
||||||
# - name: longhorn-frontend
|
|
||||||
# port: 80
|
|
||||||
# - match: Host(`longhorn.internal.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
|
|
||||||
# kind: Rule
|
|
||||||
# services:
|
|
||||||
# - name: ak-outpost-authentik-embedded-outpost
|
|
||||||
# namespace: authentik
|
|
||||||
# port: 9000
|
|
||||||
# tls:
|
|
||||||
# secretName: longhorn-tls
|
|
||||||
#
|
|
||||||
#---
|
|
||||||
#
|
|
||||||
#apiVersion: cert-manager.io/v1
|
|
||||||
#kind: Certificate
|
|
||||||
#metadata:
|
|
||||||
# name: longhorn-tls
|
|
||||||
#spec:
|
|
||||||
# secretName: longhorn-tls
|
|
||||||
# issuerRef:
|
|
||||||
# name: letsencrypt-production
|
|
||||||
# kind: ClusterIssuer
|
|
||||||
# commonName: "longhorn.internal.durp.info"
|
|
||||||
# dnsNames:
|
|
||||||
# - "longhorn.internal.durp.info"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user