Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pedrohdz/df324f75315a789eed53d0f331cf1d44 to your computer and use it in GitHub Desktop.
Save pedrohdz/df324f75315a789eed53d0f331cf1d44 to your computer and use it in GitHub Desktop.
global:
name: consul
datacenter: dc2
tls:
enabled: true
verify: true
#verify: false # WARNING - Don't do this in production
caCert:
secretName: consul-federation
secretKey: caCert
caKey:
secretName: consul-federation
secretKey: caKey
federation:
enabled: true
createFederationSecret: false
gossipEncryption:
secretName: consul-federation
secretKey: gossipEncryptionKey
acls:
manageSystemACLs: true
createReplicationToken: false
replicationToken:
secretName: consul-federation
secretKey: replicationToken
server:
replicas: 1
extraVolumes:
- type: secret
name: consul-federation
items:
- key: serverConfigJSON
path: config.json
load: true
ui:
enabled: true
meshGateway:
enabled: true
replicas: 1
connectInject:
enabled: true
controller:
enabled: true
@pedrohdz
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment