UNCLASSIFIED

Commit b67c1812 authored by Ronnie Webb's avatar Ronnie Webb
Browse files

adjusting values.global

parent 974ce820
Pipeline #449999 passed with stages
in 2 minutes and 37 seconds
...@@ -37,7 +37,11 @@ ingressGateways: ...@@ -37,7 +37,11 @@ ingressGateways:
service: service:
type: "LoadBalancer" # or "NodePort" type: "LoadBalancer" # or "NodePort"
# ports: By default ports 15021 (status), 80, 443, and 15443 (SNI Routing) are setup # ports: By default ports 15021 (status), 80, 443, and 15443 (SNI Routing) are setup
podAnnotations: {} # https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ podAnnotations: # https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
sidecar.istio.io/proxyCPULimit: 150m
sidecar.istio.io/proxyCPU: 150m
sidecar.istio.io/proxyMemory: 256Mi
sidecar.istio.io/proxyMemoryLimit: 256Mi
serviceAnnotations: {} # https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ serviceAnnotations: {} # https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
nodeSelector: {} # https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector nodeSelector: {} # https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
affinity: {} # https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity affinity: {} # https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment