Files
no-as-a-service/deploy/ingress.yaml
2025-05-02 16:48:27 +02:00

24 lines
433 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
creationTimestamp: null
name: noaas
spec:
rules:
- host: no.parano.ch
http:
paths:
- backend:
service:
name: noaas
port:
name: http
path: /
pathType: Prefix
tls:
- hosts:
- no.parano.ch
secretName: noaas-tls