mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update switch01.yaml
This commit is contained in:
parent
8f9241292d
commit
366f017cdf
1 changed files with 17 additions and 0 deletions
|
|
@ -55,7 +55,24 @@ spec:
|
|||
name: switch01
|
||||
port:
|
||||
number: 80
|
||||
- path: /outpost.goauthentik.io
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: ak-outpost-authentik-embedded-outpost
|
||||
port:
|
||||
number: 9000
|
||||
tls:
|
||||
- hosts:
|
||||
- switch01.internal.durp.info
|
||||
secretName: switch01-tls
|
||||
|
||||
---
|
||||
|
||||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: ak-outpost-authentik-embedded-outpost
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: ak-outpost-authentik-embedded-outpost.authentik.svc.cluster.local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue