tulpanomicon/manifest/ingress.yaml
Xe Iaso 912ac171be
All checks were successful
Gitea Actions CI / Build and deploy (push) Successful in 26s
migrate to autodeploy
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-01-12 23:57:46 -05:00

23 lines
518 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: tulpanomicon
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
ingressClassName: nginx
tls:
- hosts:
- tulpanomicon.guide
secretName: tulpanomicon-public-tls
rules:
- host: tulpanomicon.guide
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: tulpanomicon
port:
name: http