tusd/.infra/kube/ingress-tls.yaml

23 lines
401 B
YAML
Raw Normal View History

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: tusd
namespace: tus
annotations:
kubernetes.io/tls-acme: "true"
kubernetes.io/ingress.class: "nginx"
spec:
tls:
- hosts:
- thesocialcactus.com
secretName: tusd-tls
rules:
- host: thesocialcactus.com
http:
paths:
- path: /
backend:
serviceName: tusd
servicePort: 80