Add finance to auto deploy

This commit is contained in:
2024-01-10 13:15:42 +01:00
parent 3699b79f1a
commit 5792367b8b
12 changed files with 98 additions and 246 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: actualbudget
spec:
entryPoints:
- websecure
routes:
- match: Host(`actualbudget.kluster.moll.re`)
kind: Rule
services:
- name: actualbudget
port: 5006
tls:
certResolver: default-tls