UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 07764eb7 authored by Ismail Ahmad's avatar Ismail Ahmad
Browse files

explicitly sets istio lb to be internal lb

parent 41dc29e0
No related branches found
No related tags found
3 merge requests!60BB-694 Test and Script Abstraction,!57BB-694 Tests and Script Abstraction,!56WIP: Bb-694-11-25-20-
Checking pipeline status
......@@ -45,7 +45,13 @@ spec:
kiali:
dashboard:
auth:
strategy: "anonymous" # Turn off authentication for kiali dashboard
strategy: "anonymous"
ingressGateway:
serviceAnnotations:
# Ensure mission apps have internal load balancer only
service.beta.kubernetes.io/aws-load-balancer-internal: "true"
# Enable cross zone load balancing
service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true"
gatekeeper:
# Directly modify chart values for dev workloads
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment