add production deployment
All checks were successful
Tests / test (push) Successful in 22s

This commit is contained in:
Tobias Brunner 2025-04-14 15:09:43 +02:00
parent 9e4b820757
commit 771753a3cb
No known key found for this signature in database
4 changed files with 115 additions and 9 deletions

View file

@ -0,0 +1,22 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
name: servala
spec:
rules:
- host: portal.servala.com
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: servala
port:
number: 8080
tls:
- hosts:
- portal.servala.com
secretName: ingress-cert