You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.1 KiB
50 lines
1.1 KiB
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
annotations:
|
|
kubernetes.io/ingress.class: traefik
|
|
labels:
|
|
sapian-app: voe-gcs-s3
|
|
creationTimestamp: null
|
|
name: voe-gcs-s3-public
|
|
namespace: droe
|
|
spec:
|
|
entryPoints: []
|
|
routes:
|
|
- kind: Rule
|
|
match: Host(`voe-rec.dialbox.cloud`) && PathPrefix(`/`)
|
|
middlewares:
|
|
- name: auth-16132620550840380045
|
|
namespace: droe
|
|
- name: requestmodifier-14671252030892903748
|
|
namespace: droe
|
|
priority: 0
|
|
services:
|
|
- kind: Service
|
|
name: voe-gcs-s3
|
|
namespace: droe
|
|
port: 9000
|
|
tls:
|
|
secretName: voe-rec-dialbox-cloud-tls-le
|
|
---
|
|
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: auth-16132620550840380045
|
|
namespace: droe
|
|
spec:
|
|
basicAuth:
|
|
removeHeader: true
|
|
secret: voe-gcs-s3-htpasswd
|
|
---
|
|
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: requestmodifier-14671252030892903748
|
|
namespace: droe
|
|
spec:
|
|
addPrefix:
|
|
prefix: /voe-01-gcp-main-sotorage
|