From e5029cba652991f515d4cf9e1744f60c528f0f79 Mon Sep 17 00:00:00 2001 From: portdirect Date: Mon, 20 Nov 2017 11:55:21 -0500 Subject: [PATCH] Ingress: Move default deployment to daemonset This PS moves the default deployment type to a daemonset - which is more useful in many cases. Change-Id: Ib64b204505644444583ca3b6f29f2739e2f2cc19 --- ingress/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingress/values.yaml b/ingress/values.yaml index 7f1907b266..349de67b69 100644 --- a/ingress/values.yaml +++ b/ingress/values.yaml @@ -81,7 +81,7 @@ endpoints: http: 80 https: 443 -deployment_type: Deployment +deployment_type: DaemonSet config: enable-underscores-in-headers: "true"