Merge pull request 'Automated Manifest Update' (#5585) from auto/update-manifests into manifests

Reviewed-on: #5585
This commit was merged in pull request #5585.
This commit is contained in:
2026-04-06 03:28:40 +00:00
9 changed files with 11 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ data:
enable-webhook: true
webhook-name: elastic-operator.elastic-operator.k8s.elastic.co
webhook-port: 9443
namespaces: [tubearchivist,stalwart]
namespaces: [postiz,stalwart,tubearchivist]
operator-namespace: elastic-operator
enable-leader-election: true
elasticsearch-observation-interval: 10s

View File

@@ -20,7 +20,7 @@ spec:
metadata:
annotations:
"co.elastic.logs/raw": "[{\"type\":\"filestream\",\"enabled\":true,\"id\":\"eck-container-logs-${data.kubernetes.container.id}\",\"paths\":[\"/var/log/containers/*${data.kubernetes.container.id}.log\"],\"parsers\":[{\"container\":{}},{\"ndjson\":{\"keys_under_root\":true}}],\"prospector.scanner.symlinks\":true,\"processors\":[{\"convert\":{\"mode\":\"rename\",\"ignore_missing\":true,\"fields\":[{\"from\":\"error\",\"to\":\"_error\"}]}},{\"convert\":{\"mode\":\"rename\",\"ignore_missing\":true,\"fields\":[{\"from\":\"_error\",\"to\":\"error.message\"}]}},{\"convert\":{\"mode\":\"rename\",\"ignore_missing\":true,\"fields\":[{\"from\":\"source\",\"to\":\"_source\"}]}},{\"convert\":{\"mode\":\"rename\",\"ignore_missing\":true,\"fields\":[{\"from\":\"_source\",\"to\":\"event.source\"}]}}]}]"
"checksum/config": a065a171b0bc7cc2b4eecad1b616632a34f2ebe191324bad894b7c04c4ca0248
"checksum/config": e71295ba781ca3bc6d4f99145aa7b103c25227a320eb2f5914eb9d60dc0f51c2
labels:
app.kubernetes.io/name: elastic-operator
app.kubernetes.io/instance: elastic-operator

View File

@@ -52,15 +52,6 @@ spec:
barmanObjectName: "postiz-postgresql-18-backup-garage-local"
serverName: "postiz-postgresql-18-backup-1"
bootstrap:
recovery:
initdb:
database: app
source: postiz-postgresql-18-backup-1
externalClusters:
- name: postiz-postgresql-18-backup-1
plugin:
name: barman-cloud.cloudnative-pg.io
enabled: true
isWALArchiver: false
parameters:
barmanObjectName: "postiz-postgresql-18-recovery"
serverName: postiz-postgresql-18-backup-1
owner: app

View File

@@ -22,7 +22,7 @@ data:
sql:
connectAddr: postiz-postgresql-18-cluster-rw.postiz:5432
connectProtocol: tcp
databaseName: app
databaseName: temporal
driverName: postgres12
password: {{ env "TEMPORAL_DEFAULT_STORE_PASSWORD" | quote }}
pluginName: postgres12

View File

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

View File

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

View File

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

View File

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

View File

@@ -40,7 +40,7 @@ spec:
- name: SQL_PORT
value: "5432"
- name: SQL_DATABASE
value: app
value: temporal
- name: SQL_USER
value: "postgres"
- name: SQL_PASSWORD
@@ -64,7 +64,7 @@ spec:
- name: SQL_PORT
value: "5432"
- name: SQL_DATABASE
value: app
value: temporal
- name: SQL_USER
value: "postgres"
- name: SQL_PASSWORD