fix actions

This commit is contained in:
2026-05-13 09:10:47 +02:00
parent a281d9cce9
commit d7ae020130
15 changed files with 327 additions and 1 deletions

19
deploy/base/ingress.yaml Normal file
View File

@@ -0,0 +1,19 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: election-ingress
namespace: vhsmp
spec:
entryPoints:
- websecure
- web
routes:
- match: Host(`election.milasholsting.dk`)
kind: Rule
services:
- name: election
port: 3000
tls:
secretName: election-tls