This commit is contained in:
2020-03-10 12:22:21 +01:00
parent 36e337b67b
commit 13b1017dc3
7 changed files with 1231 additions and 58 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