mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
experimental consul branch
This commit is contained in:
27
helm-consul-values.yaml
Normal file
27
helm-consul-values.yaml
Normal 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
|
Reference in New Issue
Block a user