updated ingresses

This commit is contained in:
2026-01-03 22:13:41 +01:00
parent e7fc774dc6
commit 861cae2058
2 changed files with 61 additions and 68 deletions
-24
View File
@@ -1,24 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: pastefy-outpost
namespace: auth-system
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "true"
spec:
ingressClassName: nginx-internal
rules:
- host: pastefy.dooplex.hu
http:
paths:
- path: /outpost.goauthentik.io
pathType: Prefix
backend:
service:
name: ak-outpost-pastefy-outpost
port:
number: 9000
tls:
- hosts:
- pastefy.dooplex.hu
secretName: pastefy-tls