imfreedom/k8s-cluster

Allow empty services for ingressroutes

17 months ago, Gary Kramlich
51fa649b5fc9
Parents f223b168dd61
Children c9277589e998
Allow empty services for ingressroutes

this basically gives us a 503 instead of a 404 which is much easier to debug
--- a/20-ingress/manifest.yaml Thu Dec 08 02:29:46 2022 -0600
+++ b/20-ingress/manifest.yaml Fri Dec 09 01:53:20 2022 -0600
@@ -73,6 +73,7 @@
- "--api.insecure=true"
- "--ping=true"
- "--providers.kubernetescrd=true"
+ - "--providers.kubernetesCRD.allowEmptyServices=true"
- "--providers.kubernetesingress=true"
- "--metrics.prometheus=true"
- "--log.level=error"