update deployment for multi-environment setup
This commit is contained in:
15
base/ingress.yaml
Normal file
15
base/ingress.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
kind: IngressRoute
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
metadata:
|
||||
name: anyway-ingress
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`dummy`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: anyway-backend
|
||||
port: 8000
|
||||
tls:
|
||||
certResolver: default-tls
|
Reference in New Issue
Block a user