mirror of
https://github.com/containous/traefik.git
synced 2024-12-23 17:34:13 +03:00
18 lines
330 B
YAML
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
|