mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-05 16:28:17 +00:00
26 lines
596 B
YAML
26 lines
596 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: nginx-external-auth
|
|
labels:
|
|
name: nginx-external-auth
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "selfsigned"
|
|
spec:
|
|
ingressClassName: traefik
|
|
tls:
|
|
- hosts:
|
|
- nginx.local.cetacean.club
|
|
secretName: nginx-local-cetacean-club-public-tls
|
|
rules:
|
|
- host: nginx.local.cetacean.club
|
|
http:
|
|
paths:
|
|
- pathType: Prefix
|
|
path: "/"
|
|
backend:
|
|
service:
|
|
name: nginx-external-auth
|
|
port:
|
|
name: http
|