add vault secrets and fix still poiting to election
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s

This commit is contained in:
2026-05-13 11:03:14 +02:00
parent 98a77049cd
commit cba49b734c
11 changed files with 83 additions and 50 deletions

View File

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