fix actions
This commit is contained in:
19
deploy/base/ingress.yaml
Normal file
19
deploy/base/ingress.yaml
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user