From ec665f275604e381d1c60303be4300bb94542ea7 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Mon, 6 Apr 2026 03:28:03 +0000 Subject: [PATCH] chore: Update manifests after change --- .../ConfigMap-elastic-operator.yaml | 2 +- .../StatefulSet-elastic-operator.yaml | 2 +- .../Cluster-postiz-postgresql-18-cluster.yaml | 13 ++----------- .../postiz/ConfigMap-postiz-temporal-config.yaml | 2 +- .../postiz/Deployment-postiz-temporal-frontend.yaml | 2 +- .../postiz/Deployment-postiz-temporal-history.yaml | 2 +- .../postiz/Deployment-postiz-temporal-matching.yaml | 2 +- .../postiz/Deployment-postiz-temporal-worker.yaml | 2 +- .../Job-postiz-temporal-schema-1-0-0-rc-3-1.yaml | 4 ++-- 9 files changed, 11 insertions(+), 20 deletions(-) diff --git a/clusters/cl01tl/manifests/elastic-operator/ConfigMap-elastic-operator.yaml b/clusters/cl01tl/manifests/elastic-operator/ConfigMap-elastic-operator.yaml index 2f94e3781..16d4ec57a 100644 --- a/clusters/cl01tl/manifests/elastic-operator/ConfigMap-elastic-operator.yaml +++ b/clusters/cl01tl/manifests/elastic-operator/ConfigMap-elastic-operator.yaml @@ -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 diff --git a/clusters/cl01tl/manifests/elastic-operator/StatefulSet-elastic-operator.yaml b/clusters/cl01tl/manifests/elastic-operator/StatefulSet-elastic-operator.yaml index 14e7f303a..0b78832c6 100644 --- a/clusters/cl01tl/manifests/elastic-operator/StatefulSet-elastic-operator.yaml +++ b/clusters/cl01tl/manifests/elastic-operator/StatefulSet-elastic-operator.yaml @@ -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 diff --git a/clusters/cl01tl/manifests/postiz/Cluster-postiz-postgresql-18-cluster.yaml b/clusters/cl01tl/manifests/postiz/Cluster-postiz-postgresql-18-cluster.yaml index 42e776c79..7f8b1f5a9 100644 --- a/clusters/cl01tl/manifests/postiz/Cluster-postiz-postgresql-18-cluster.yaml +++ b/clusters/cl01tl/manifests/postiz/Cluster-postiz-postgresql-18-cluster.yaml @@ -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 diff --git a/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-config.yaml b/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-config.yaml index 91e64e56c..e4be3ee34 100644 --- a/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-config.yaml +++ b/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-config.yaml @@ -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 diff --git a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-frontend.yaml b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-frontend.yaml index 360734077..9e8e6cdfd 100644 --- a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-frontend.yaml +++ b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-frontend.yaml @@ -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 diff --git a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-history.yaml b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-history.yaml index 943f9b9d9..bd0098dd1 100644 --- a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-history.yaml +++ b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-history.yaml @@ -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 diff --git a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-matching.yaml b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-matching.yaml index acbc1a3ba..fd2b71d74 100644 --- a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-matching.yaml +++ b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-matching.yaml @@ -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 diff --git a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-worker.yaml b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-worker.yaml index e8e3eb21a..90617edee 100644 --- a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-worker.yaml +++ b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-worker.yaml @@ -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 diff --git a/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-0-0-rc-3-1.yaml b/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-0-0-rc-3-1.yaml index b029c80e3..1bb9cba3e 100644 --- a/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-0-0-rc-3-1.yaml +++ b/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-0-0-rc-3-1.yaml @@ -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