dca7ad0902
typo in glance stripprefix glance placed at /glance
34 lines
715 B
YAML
34 lines
715 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: convertx-prod
|
|
namespace: convertx
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- match: HostRegexp(`^forust\.xyz$`) && PathPrefix(`/convert`)
|
|
kind: Rule
|
|
priority: 50
|
|
services:
|
|
- name: convertx-service
|
|
port: 3000
|
|
tls:
|
|
certResolver: letsencrypt
|
|
---
|
|
apiVersion: traefik.io/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: convertx-local
|
|
namespace: convertx
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- match: HostRegexp(`^(workstation|gigaforust)\.internal$`) && PathPrefix(`/convert`)
|
|
kind: Rule
|
|
priority: 50
|
|
services:
|
|
- name: convertx-service
|
|
port: 3000
|