mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
28 lines
507 B
YAML
28 lines
507 B
YAML
# 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
|