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.
19 lines
425 B
19 lines
425 B
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: kube-ops-view-public-tls
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- kind: Rule
|
|
match: Host(`kube-ops-view.k3s.sapian.cloud`) && PathPrefix(`/`)
|
|
middlewares:
|
|
- name: kube-ops-view-basic-auth
|
|
namespace: monitoring
|
|
services:
|
|
- name: kube-ops-view
|
|
port: 80
|
|
tls:
|
|
secretName: kube-ops-view.sapian.cloud-tls
|