Created
August 25, 2021 08:56
-
-
Save pedrohdz/df324f75315a789eed53d0f331cf1d44 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to hashicorp/consul-k8s#582.