Automated Manifest Update #5589

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2026-04-06 03:49:11 +00:00
6 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ data:
enabled: false enabled: false
url: url:
host: elasticsearch-postiz-es-http.postiz:9200 host: elasticsearch-postiz-es-http.postiz:9200
scheme: http scheme: https
version: v8 version: v8
defaultStore: default defaultStore: default
numHistoryShards: 512 numHistoryShards: 512

View File

@@ -21,7 +21,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: 3f575ff110dc9f6de3dfcf71b1da11e2caf90d35bab3d161d20637c7b4dc6fd5 checksum/config: db197bc57bee0176e47d826ee5b8be299b1725da9be2d33c9ef7b35dd0f2ebf6
prometheus.io/job: temporal-frontend prometheus.io/job: temporal-frontend
prometheus.io/scrape: 'true' prometheus.io/scrape: 'true'
prometheus.io/scheme: http prometheus.io/scheme: http

View File

@@ -21,7 +21,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: 3f575ff110dc9f6de3dfcf71b1da11e2caf90d35bab3d161d20637c7b4dc6fd5 checksum/config: db197bc57bee0176e47d826ee5b8be299b1725da9be2d33c9ef7b35dd0f2ebf6
prometheus.io/job: temporal-history prometheus.io/job: temporal-history
prometheus.io/scrape: 'true' prometheus.io/scrape: 'true'
prometheus.io/scheme: http prometheus.io/scheme: http

View File

@@ -21,7 +21,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: 3f575ff110dc9f6de3dfcf71b1da11e2caf90d35bab3d161d20637c7b4dc6fd5 checksum/config: db197bc57bee0176e47d826ee5b8be299b1725da9be2d33c9ef7b35dd0f2ebf6
prometheus.io/job: temporal-matching prometheus.io/job: temporal-matching
prometheus.io/scrape: 'true' prometheus.io/scrape: 'true'
prometheus.io/scheme: http prometheus.io/scheme: http

View File

@@ -21,7 +21,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: 3f575ff110dc9f6de3dfcf71b1da11e2caf90d35bab3d161d20637c7b4dc6fd5 checksum/config: db197bc57bee0176e47d826ee5b8be299b1725da9be2d33c9ef7b35dd0f2ebf6
prometheus.io/job: temporal-worker prometheus.io/job: temporal-worker
prometheus.io/scrape: 'true' prometheus.io/scrape: 'true'
prometheus.io/scheme: http prometheus.io/scheme: http

View File

@@ -86,13 +86,13 @@ spec:
- temporal-elasticsearch-tool setup-schema && temporal-elasticsearch-tool create-index && temporal-elasticsearch-tool update-schema --index "$ES_VISIBILITY_INDEX" - temporal-elasticsearch-tool setup-schema && temporal-elasticsearch-tool create-index && temporal-elasticsearch-tool update-schema --index "$ES_VISIBILITY_INDEX"
env: env:
- name: ES_SCHEME - name: ES_SCHEME
value: http value: https
- name: ES_HOST - name: ES_HOST
value: elasticsearch-postiz-es-http.postiz value: elasticsearch-postiz-es-http.postiz
- name: ES_PORT - name: ES_PORT
value: "9200" value: "9200"
- name: ES_SERVER - name: ES_SERVER
value: http://elasticsearch-postiz-es-http.postiz:9200 value: https://elasticsearch-postiz-es-http.postiz:9200
- name: ES_USER - name: ES_USER
value: value:
- name: ES_PWD - name: ES_PWD