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
|
||||
args:
|
||||
- "--proactor_threads=4"
|
||||
snapshot:
|
||||
cron: "*/5 * * * *"
|
||||
persistentVolumeClaimSpec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 2Gi
|
||||
# Need retention policy before this is enabled
|
||||
# Or add S3 details and enable retention policy on the bucket.
|
||||
# snapshot:
|
||||
# cron: "*/5 * * * *"
|
||||
# persistentVolumeClaimSpec:
|
||||
# accessModes:
|
||||
# - ReadWriteOnce
|
||||
# resources:
|
||||
# requests:
|
||||
# storage: 2Gi
|
|
@ -64,10 +64,6 @@
|
|||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"registryAliases": {
|
||||
"ghcr.io": "hub.hsn.dev/ghcr.io",
|
||||
"docker.io": "hub.hsn.dev/docker.io"
|
||||
},
|
||||
"description": "Use custom versioning for Vector",
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
|
|
Loading…
Reference in a new issue