Skip to content

Commit

Permalink
move testground services to control network
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsense committed Mar 25, 2020
1 parent e1f3e60 commit da757dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions infra/k8s/testground-infra/values.yaml
Expand Up @@ -17,6 +17,9 @@
# See https://github.com/helm/charts/blob/master/stable/prometheus-operator/README.md#L193
# for an explanation of this option.
prometheus-operator:
podAnnotations: {
cni: "flannel"
}
alertmanager:
enabled: false
grafana:
Expand Down Expand Up @@ -72,6 +75,9 @@ prometheus-pushgateway:
namespace: default
networkPolicy:
allowAll: true
podAnnotations: {
cni: "flannel"
}


# Changes from defaults:
Expand All @@ -85,3 +91,7 @@ redis:
namespace: default
cluster:
enabled: false
master:
podAnnotations: {
cni: "flannel"
}

0 comments on commit da757dd

Please sign in to comment.