Infra and ingress

This commit is contained in:
Aram 🍐 2019-10-26 14:25:39 -04:00
parent 5321c4cfba
commit 11adc674c9
3 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,17 @@
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: public-ingress
spec:
tls:
- hosts:
- momoperes.ca
secretName: momoperes.ca-wildcard-tls
rules:
- host: momoperes.ca
http:
paths:
- path: /
backend:
serviceName: website
servicePort: 9000