UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 9d4ef5b9 authored by Ryan Garcia's avatar Ryan Garcia :dizzy: Committed by Christopher O'Connell
Browse files

Rke2 ci disable vault injection

parent 01b75e0d
No related branches found
No related tags found
1 merge request!2773Rke2 ci disable vault injection
......@@ -4,29 +4,6 @@ networkPolicies:
controlPlaneCidr: 10.0.0.0/8
istio:
ingressGateways:
public-ingressgateway:
type: "LoadBalancer"
kubernetesResourceSpec:
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"
# Set to Network ELB for AWS
service.beta.kubernetes.io/aws-load-balancer-type: nlb
nodePortBase: 30000
passthrough-ingressgateway:
type: "LoadBalancer"
kubernetesResourceSpec:
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"
# Set to Network ELB for AWS
service.beta.kubernetes.io/aws-load-balancer-type: nlb
nodePortBase: 30100
values:
values:
global:
......@@ -121,6 +98,12 @@ monitoring:
values:
prometheus:
prometheusSpec:
additionalScrapeConfigs: []
podMetadata:
annotations:
vault.hashicorp.com/agent-inject: "false"
vault.hashicorp.com/agent-init-first: "false"
vault.hashicorp.com/agent-inject-token: "false"
resources:
requests:
cpu: 300m
......
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