fix: wrong arg

This commit is contained in:
2026-04-27 15:32:41 -05:00
parent c68534b9e7
commit 3f8f04a711
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ stalwart:
tag: v1.10.0@sha256:a6a4d4403f670faf6a94b8c7f9adbca3ead91f26dd64e5ccf95fa69025dc6e58
args:
- '--es.uri=https://elasticsearch-stalwart-es-http.tubearchivist:9200'
- '--es.ssl-skip-verify=true'
- '--es.ssl-skip-verify'
resources:
requests:
cpu: 1m

View File

@@ -108,7 +108,7 @@ tubearchivist:
tag: v1.10.0@sha256:a6a4d4403f670faf6a94b8c7f9adbca3ead91f26dd64e5ccf95fa69025dc6e58
args:
- '--es.uri=https://elasticsearch-tubearchivist-es-http.tubearchivist:9200'
- '--es.ssl-skip-verify=true'
- '--es.ssl-skip-verify'
resources:
requests:
cpu: 1m