mirror of
https://github.com/zoriya/snow.git
synced 2026-06-06 21:12:26 +00:00
Use forward auth for flood
This commit is contained in:
@@ -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:
|
resources:
|
||||||
- ./deploy.yaml
|
- ./deploy.yaml
|
||||||
- ./ingress.yaml
|
|
||||||
- ./svc.yaml
|
- ./svc.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user