mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-09 20:30:04 +07:00
fix(vault): disable internal TLS
This commit is contained in:
parent
50b60fa580
commit
651084c346
@ -125,10 +125,10 @@ spec:
|
||||
listener:
|
||||
tcp:
|
||||
address: "0.0.0.0:8200"
|
||||
# Uncommenting the following line and deleting tls_cert_file and tls_key_file disables TLS
|
||||
# tls_disable: true
|
||||
tls_cert_file: /vault/tls/server.crt
|
||||
tls_key_file: /vault/tls/server.key
|
||||
# TODO enable TLS?
|
||||
tls_disable: true
|
||||
# tls_cert_file: /vault/tls/server.crt
|
||||
# tls_key_file: /vault/tls/server.key
|
||||
telemetry:
|
||||
statsd_address: localhost:9125
|
||||
ui: true
|
||||
|
Loading…
Reference in New Issue
Block a user