Compare commits
3 commits
ba4dddf504
...
56b28344f6
Author | SHA1 | Date | |
---|---|---|---|
56b28344f6 | |||
3fb2118434 | |||
b08549adcc |
2 changed files with 10 additions and 12 deletions
|
@ -16,11 +16,13 @@ spec:
|
||||||
memory: 3Gi
|
memory: 3Gi
|
||||||
args:
|
args:
|
||||||
- "--proactor_threads=4"
|
- "--proactor_threads=4"
|
||||||
snapshot:
|
# Need retention policy before this is enabled
|
||||||
cron: "*/5 * * * *"
|
# Or add S3 details and enable retention policy on the bucket.
|
||||||
persistentVolumeClaimSpec:
|
# snapshot:
|
||||||
accessModes:
|
# cron: "*/5 * * * *"
|
||||||
- ReadWriteOnce
|
# persistentVolumeClaimSpec:
|
||||||
resources:
|
# accessModes:
|
||||||
requests:
|
# - ReadWriteOnce
|
||||||
storage: 2Gi
|
# resources:
|
||||||
|
# requests:
|
||||||
|
# storage: 2Gi
|
|
@ -64,10 +64,6 @@
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"registryAliases": {
|
|
||||||
"ghcr.io": "hub.hsn.dev/ghcr.io",
|
|
||||||
"docker.io": "hub.hsn.dev/docker.io"
|
|
||||||
},
|
|
||||||
"description": "Use custom versioning for Vector",
|
"description": "Use custom versioning for Vector",
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
"docker"
|
"docker"
|
||||||
|
|
Loading…
Reference in a new issue