Merge pull request 'fix: wrong arg' (#6320) from tmp/prom-rule-5 into main
Some checks failed
lint-test-helm / lint-helm (push) Successful in 27s
lint-test-helm / validate-kubeconform (push) Has been cancelled
renovate / renovate (push) Has been cancelled

Reviewed-on: #6320
This commit was merged in pull request #6320.
This commit is contained in:
2026-04-27 20:34:56 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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