kubezero/charts/kubezero-istio/charts/istio-operator/values.yaml

26 lines
493 B
YAML
Raw Normal View History

hub: gcr.io/istio-testing
2020-09-11 14:06:38 +00:00
tag: latest
operatorNamespace: istio-operator
2020-09-11 14:06:38 +00:00
2020-09-10 15:44:49 +00:00
# Used to replace istioNamespace to support operator watch multiple namespaces.
watchedNamespaces: istio-system
2020-09-11 14:06:38 +00:00
waitForResourcesTimeout: 300s
# Used for helm2 to add the CRDs to templates.
enableCRDTemplates: false
# revision for the operator resources
revision: ""
# Operator resource defaults
operator:
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 50m
memory: 128Mi