We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82770db + 69606de commit 744d80fCopy full SHA for 744d80f
cluster/config-defaults.yaml
@@ -77,6 +77,7 @@ skipper_ingress_memory: "1500Mi"
77
78
# Enables deployment of canary version
79
skipper_ingress_canary_enabled: "true"
80
+skipper_ingress_test_single_pod: "false"
81
82
# When set to true (and dedicated node pool for skipper is also true) the
83
# daemonset overhead will be subtracted from the cpu settings such
cluster/manifests/skipper/deployment.yaml
@@ -39,6 +39,8 @@ metadata:
39
spec:
40
{{ if index . "replicas" }}
41
replicas: {{ .replicas }}
42
+{{ else if eq .Cluster.ConfigItems.skipper_ingress_test_single_pod "true" }}
43
+ replicas: 0
44
{{ end }}
45
strategy:
46
rollingUpdate:
0 commit comments