feat: enable https for vlstorage
All checks were successful
Build / precommit (pull_request) Successful in 4m47s
All checks were successful
Build / precommit (pull_request) Successful in 4m47s
- attempting to send to http:// fails as vlstorage is using tls - enable tls on vlselect/vlinsert when writing to vlstorage - add retention period to vlstorage
This commit is contained in:
parent
1c71229fd3
commit
57a873cad1
@ -13,6 +13,7 @@ victorialogs::node::options:
|
||||
metrics.exposeMetadata: 'true'
|
||||
envflag.enable: 'true'
|
||||
select.disable: 'undef'
|
||||
storageNode.tls: 'undef'
|
||||
storageNode:
|
||||
- ausyd1nxvm2108.main.unkin.net:9428
|
||||
- ausyd1nxvm2109.main.unkin.net:9428
|
||||
|
||||
@ -13,6 +13,7 @@ victorialogs::node::options:
|
||||
metrics.exposeMetadata: 'true'
|
||||
envflag.enable: 'true'
|
||||
insert.disable: 'undef'
|
||||
storageNode.tls: 'undef'
|
||||
storageNode:
|
||||
- ausyd1nxvm2108.main.unkin.net:9428
|
||||
- ausyd1nxvm2109.main.unkin.net:9428
|
||||
|
||||
@ -14,6 +14,7 @@ victorialogs::node::options:
|
||||
memory.allowedBytes: '1GiB'
|
||||
metrics.exposeMetadata: 'true'
|
||||
envflag.enable: 'true'
|
||||
retentionPeriod: 180d
|
||||
|
||||
# additional altnames
|
||||
profiles::pki::vault::alt_names:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user