experimental consul branch

This commit is contained in:
2020-03-10 12:01:09 +01:00
parent 36e337b67b
commit 50a83e32d8
12 changed files with 1212 additions and 39 deletions

27
helm-consul-values.yaml Normal file
View File

@@ -0,0 +1,27 @@
# Choose an optional name for the datacenter
global:
datacenter: minikube
# Enable the Consul Web UI via a NodePort
ui:
service:
type: 'NodePort'
# Enable Connect for secure communication between nodes
connectInject:
enabled: true
k8sAllowNamespaces: ["*"]
k8sDenyNamespaces: []
client:
enabled: true
# Use only one Consul server for local development
server:
service:
type: 'NodePort'
replicas: 1
bootstrapExpect: 1
disruptionBudget:
enabled: true
maxUnavailable: 0