update deployment for multi-environment setup

This commit is contained in:
2024-09-20 22:09:48 +02:00
parent c9df181256
commit d9d8aa8e8e
14 changed files with 78 additions and 32 deletions

15
base/ingress.yaml Normal file
View 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