snapshot
This commit is contained in:
parent
5d0ffcabe0
commit
4011d88c27
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,12 @@ global:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
# Domain to register the Vault DNS server to listen for.
|
# Domain to register the Vault DNS server to listen for.
|
||||||
# TODO: verify for Vault
|
# TODO: verify for vault (don't think it's needed)
|
||||||
domain: vault
|
domain: vault
|
||||||
|
|
||||||
# Image is the name (and tag) of the Vault Docker image for clients and
|
# Image is the name (and tag) of the Vault Docker image for clients and
|
||||||
# servers below. This can be overridden per component.
|
# servers below. This can be overridden per component.
|
||||||
image: "vault:0.11.1"
|
image: "vault:0.11.1"
|
||||||
#image: "vault"
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -101,6 +100,7 @@ consulHA:
|
||||||
# today, so you must still manually configure a `stubDomain` with kube-dns
|
# today, so you must still manually configure a `stubDomain` with kube-dns
|
||||||
# for this to have any effect:
|
# for this to have any effect:
|
||||||
# https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/#configure-stub-domain-and-upstream-dns-servers
|
# https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/#configure-stub-domain-and-upstream-dns-servers
|
||||||
|
# TODO: verify for vault (don't think it's needed)
|
||||||
dns:
|
dns:
|
||||||
enabled: "-"
|
enabled: "-"
|
||||||
|
|
||||||
|
@ -118,4 +118,4 @@ ui:
|
||||||
# balancer (for supported K8S installations) to access the UI.
|
# balancer (for supported K8S installations) to access the UI.
|
||||||
service:
|
service:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: null
|
type: LoadBalancer
|
||||||
|
|
Loading…
Reference in a new issue