Use forward auth for flood

This commit is contained in:
2025-08-04 00:36:32 +02:00
parent 93a0d90d52
commit 12fa671ce6
2 changed files with 0 additions and 24 deletions
-23
View File
@@ -1,23 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: flood
annotations:
cert-manager.io/cluster-issuer: letsencrypt
spec:
ingressClassName: cilium
rules:
- host: flood.sdg.moe
http:
paths:
- backend:
service:
name: flood
port:
number: 80
path: /
pathType: Prefix
tls:
- hosts:
- flood.sdg.moe
secretName: flood-cert
@@ -8,5 +8,4 @@ labels:
resources:
- ./deploy.yaml
- ./ingress.yaml
- ./svc.yaml