Files
kubernetes/manifests/artemis/pocket-id/ingress.yaml
Daniël Groothuis 597166b103
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 7s
chore(gitea): fixed linting errors
2025-10-23 19:12:34 +02:00

23 lines
470 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
name: pocket-id-ingress
spec:
rules:
- host: auth.dgse.cloud
http:
paths:
- backend:
service:
name: pocket-id
port:
number: 1411
path: /
pathType: Prefix
tls:
- hosts:
- auth.dgse.cloud
secretName: letsencrypt