This commit is contained in:
2025-05-02 16:48:27 +02:00
parent 48ef406428
commit 2c03527d00
6 changed files with 106 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
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