chore: Update manifests after change

This commit is contained in:
2026-04-06 03:19:16 +00:00
parent c6cc1dc55b
commit b7c811e747
8 changed files with 40 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ spec:
primaryUpdateMethod: switchover primaryUpdateMethod: switchover
primaryUpdateStrategy: unsupervised primaryUpdateStrategy: unsupervised
logLevel: info logLevel: info
enableSuperuserAccess: false enableSuperuserAccess: true
enablePDB: true enablePDB: true
postgresql: postgresql:
parameters: parameters:

View File

@@ -28,7 +28,7 @@ data:
pluginName: postgres12 pluginName: postgres12
tls: tls:
enabled: false enabled: false
user: app user: postgres
visibility: visibility:
elasticsearch: elasticsearch:
indices: indices:

View File

@@ -21,7 +21,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: 154a4227ee38756d00e6e9a86ae9a6a3948bb41a5fa70f40185440d0fc96a25d checksum/config: 09a0bd71567ad79ae3b514b4ce1c9ffadb297dfa4485541ea8d13e4c5e9c531c
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
@@ -57,7 +57,7 @@ spec:
- name: TEMPORAL_DEFAULT_STORE_PASSWORD - name: TEMPORAL_DEFAULT_STORE_PASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: postiz-postgresql-18-cluster-app name: postiz-postgresql-18-cluster-superuser
key: password key: password
- name: TEMPORAL_VISIBILITY_STORE_PASSWORD - name: TEMPORAL_VISIBILITY_STORE_PASSWORD
valueFrom: valueFrom:

View File

@@ -21,7 +21,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: 154a4227ee38756d00e6e9a86ae9a6a3948bb41a5fa70f40185440d0fc96a25d checksum/config: 09a0bd71567ad79ae3b514b4ce1c9ffadb297dfa4485541ea8d13e4c5e9c531c
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
@@ -57,7 +57,7 @@ spec:
- name: TEMPORAL_DEFAULT_STORE_PASSWORD - name: TEMPORAL_DEFAULT_STORE_PASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: postiz-postgresql-18-cluster-app name: postiz-postgresql-18-cluster-superuser
key: password key: password
- name: TEMPORAL_VISIBILITY_STORE_PASSWORD - name: TEMPORAL_VISIBILITY_STORE_PASSWORD
valueFrom: valueFrom:

View File

@@ -21,7 +21,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: 154a4227ee38756d00e6e9a86ae9a6a3948bb41a5fa70f40185440d0fc96a25d checksum/config: 09a0bd71567ad79ae3b514b4ce1c9ffadb297dfa4485541ea8d13e4c5e9c531c
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
@@ -57,7 +57,7 @@ spec:
- name: TEMPORAL_DEFAULT_STORE_PASSWORD - name: TEMPORAL_DEFAULT_STORE_PASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: postiz-postgresql-18-cluster-app name: postiz-postgresql-18-cluster-superuser
key: password key: password
- name: TEMPORAL_VISIBILITY_STORE_PASSWORD - name: TEMPORAL_VISIBILITY_STORE_PASSWORD
valueFrom: valueFrom:

View File

@@ -21,7 +21,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: 154a4227ee38756d00e6e9a86ae9a6a3948bb41a5fa70f40185440d0fc96a25d checksum/config: 09a0bd71567ad79ae3b514b4ce1c9ffadb297dfa4485541ea8d13e4c5e9c531c
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
@@ -57,7 +57,7 @@ spec:
- name: TEMPORAL_DEFAULT_STORE_PASSWORD - name: TEMPORAL_DEFAULT_STORE_PASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: postiz-postgresql-18-cluster-app name: postiz-postgresql-18-cluster-superuser
key: password key: password
- name: TEMPORAL_VISIBILITY_STORE_PASSWORD - name: TEMPORAL_VISIBILITY_STORE_PASSWORD
valueFrom: valueFrom:

View File

@@ -0,0 +1,26 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: postiz-elasticsearch-secret
namespace: postiz
labels:
app.kubernetes.io/name: postiz-elasticsearch-secret
app.kubernetes.io/instance: postiz
app.kubernetes.io/part-of: postiz
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
data:
- secretKey: username
remoteRef:
key: /cl01tl/postiz/elasticsearch
property: username
- secretKey: password
remoteRef:
key: /cl01tl/postiz/elasticsearch
property: password
- secretKey: roles
remoteRef:
key: /cl01tl/postiz/elasticsearch
property: roles

View File

@@ -42,11 +42,11 @@ spec:
- name: SQL_DATABASE - name: SQL_DATABASE
value: app value: app
- name: SQL_USER - name: SQL_USER
value: "app" value: "postgres"
- name: SQL_PASSWORD - name: SQL_PASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: postiz-postgresql-18-cluster-app name: postiz-postgresql-18-cluster-superuser
key: password key: password
- name: SQL_TLS - name: SQL_TLS
value: "false" value: "false"
@@ -66,11 +66,11 @@ spec:
- name: SQL_DATABASE - name: SQL_DATABASE
value: app value: app
- name: SQL_USER - name: SQL_USER
value: "app" value: "postgres"
- name: SQL_PASSWORD - name: SQL_PASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: postiz-postgresql-18-cluster-app name: postiz-postgresql-18-cluster-superuser
key: password key: password
- name: SQL_TLS - name: SQL_TLS
value: "false" value: "false"