Add lingo

This commit is contained in:
Ruben Hensen
2026-02-02 19:26:22 +01:00
parent 41ab5657dc
commit 7217931316
4 changed files with 90 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: lingo-ingress
annotations:
cert-manager.io/cluster-issuer: prod-cluster-issuer
nginx.ingress.kubernetes.io/ssl-passthrough: "false"
spec:
ingressClassName: nginx
rules:
- host: lingo.hensen.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: lingo
port:
number: 8001
tls:
- secretName: letsencrypt-prod
hosts:
- lingo.hensen.io