Xe Iaso
912ac171be
All checks were successful
Gitea Actions CI / Build and deploy (push) Successful in 26s
Signed-off-by: Xe Iaso <me@xeiaso.net>
23 lines
518 B
YAML
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 |