kubecon24/kube/ingress.yaml

17 lines
349 B
YAML
Raw Normal View History

2024-03-25 08:09:51 +00:00
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: kubecon24.nicolai-ort.com
namespace: nicolai-ort
spec:
entryPoints:
- websecure
routes:
- match: Host(`kubecon24.nicolai-ort.com`)
kind: Rule
services:
- name: kubecon24
port: 80
tls:
secretName: kubecon24.nicolai-ort.com-cert