traefik/integration/fixtures/k8s/03-ingress-https.yml
2020-01-16 10:14:06 +01:00

18 lines
330 B
YAML

apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: test.ingress.https
namespace: default
spec:
rules:
- host: whoami.test.https
http:
paths:
- path: /whoami
backend:
serviceName: whoami
servicePort: http
tls:
- secretName: tls-cert