imfreedom/k8s-cluster

Fix the yaml repeat stuff that broke

2019-04-15, Gary Kramlich
cf970177bfe7
Parents 4b9c265822ff
Children 4d9c30352433
Fix the yaml repeat stuff that broke
--- a/50-imfreedom.org.yaml Mon Apr 15 21:30:41 2019 -0500
+++ b/50-imfreedom.org.yaml Mon Apr 15 21:43:28 2019 -0500
@@ -10,14 +10,19 @@
spec:
rules:
- host: imfreedom.org
- http: &http_rules
+ http:
paths:
- backend:
serviceName: www
servicePort: 80
path: /
- host: www.imfreedom.org
- http: *http_rules
+ http:
+ paths:
+ - backend:
+ serviceName: www
+ servicePort: 80
+ path: /
tls:
- hosts:
- imfreedom.org