Merge pull request 'Automated Manifest Update' (#5589) from auto/update-manifests into manifests
Reviewed-on: #5589
This commit was merged in pull request #5589.
This commit is contained in:
@@ -38,7 +38,7 @@ data:
|
||||
enabled: false
|
||||
url:
|
||||
host: elasticsearch-postiz-es-http.postiz:9200
|
||||
scheme: http
|
||||
scheme: https
|
||||
version: v8
|
||||
defaultStore: default
|
||||
numHistoryShards: 512
|
||||
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
checksum/config: 3f575ff110dc9f6de3dfcf71b1da11e2caf90d35bab3d161d20637c7b4dc6fd5
|
||||
checksum/config: db197bc57bee0176e47d826ee5b8be299b1725da9be2d33c9ef7b35dd0f2ebf6
|
||||
prometheus.io/job: temporal-frontend
|
||||
prometheus.io/scrape: 'true'
|
||||
prometheus.io/scheme: http
|
||||
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
checksum/config: 3f575ff110dc9f6de3dfcf71b1da11e2caf90d35bab3d161d20637c7b4dc6fd5
|
||||
checksum/config: db197bc57bee0176e47d826ee5b8be299b1725da9be2d33c9ef7b35dd0f2ebf6
|
||||
prometheus.io/job: temporal-history
|
||||
prometheus.io/scrape: 'true'
|
||||
prometheus.io/scheme: http
|
||||
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
checksum/config: 3f575ff110dc9f6de3dfcf71b1da11e2caf90d35bab3d161d20637c7b4dc6fd5
|
||||
checksum/config: db197bc57bee0176e47d826ee5b8be299b1725da9be2d33c9ef7b35dd0f2ebf6
|
||||
prometheus.io/job: temporal-matching
|
||||
prometheus.io/scrape: 'true'
|
||||
prometheus.io/scheme: http
|
||||
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
checksum/config: 3f575ff110dc9f6de3dfcf71b1da11e2caf90d35bab3d161d20637c7b4dc6fd5
|
||||
checksum/config: db197bc57bee0176e47d826ee5b8be299b1725da9be2d33c9ef7b35dd0f2ebf6
|
||||
prometheus.io/job: temporal-worker
|
||||
prometheus.io/scrape: 'true'
|
||||
prometheus.io/scheme: http
|
||||
|
||||
@@ -86,13 +86,13 @@ spec:
|
||||
- temporal-elasticsearch-tool setup-schema && temporal-elasticsearch-tool create-index && temporal-elasticsearch-tool update-schema --index "$ES_VISIBILITY_INDEX"
|
||||
env:
|
||||
- name: ES_SCHEME
|
||||
value: http
|
||||
value: https
|
||||
- name: ES_HOST
|
||||
value: elasticsearch-postiz-es-http.postiz
|
||||
- name: ES_PORT
|
||||
value: "9200"
|
||||
- name: ES_SERVER
|
||||
value: http://elasticsearch-postiz-es-http.postiz:9200
|
||||
value: https://elasticsearch-postiz-es-http.postiz:9200
|
||||
- name: ES_USER
|
||||
value:
|
||||
- name: ES_PWD
|
||||
|
||||
Reference in New Issue
Block a user