add vault secrets and fix still poiting to election
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user