ci: deploy kitchenowl via flux cd (kitchen.patanix.de, 5GiB PVC, SOPS)

This commit is contained in:
Patryk Hegenberg 2025-05-25 20:53:09 +02:00
parent c5f6183e5b
commit badf6c247a
12 changed files with 163 additions and 1 deletions

View file

@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: kitchenowl
namespace: kitchenowl
annotations:
cert-manager.io/cluster-issuer: letsencrypt-dns
spec:
ingressClassName: traefik
rules:
- host: kitchen.patanix.de
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: kitchenowl
port:
number: 80
tls:
- hosts:
- kitchen.patanix.de
secretName: kitchenowl-tls