Automated Manifest Update #5583

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2026-04-06 03:20:02 +00:00
8 changed files with 40 additions and 14 deletions

View File

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

View File

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

View File

@@ -21,7 +21,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 154a4227ee38756d00e6e9a86ae9a6a3948bb41a5fa70f40185440d0fc96a25d
checksum/config: 09a0bd71567ad79ae3b514b4ce1c9ffadb297dfa4485541ea8d13e4c5e9c531c
prometheus.io/job: temporal-frontend
prometheus.io/scrape: 'true'
prometheus.io/scheme: http
@@ -57,7 +57,7 @@ spec:
- name: TEMPORAL_DEFAULT_STORE_PASSWORD
valueFrom:
secretKeyRef:
name: postiz-postgresql-18-cluster-app
name: postiz-postgresql-18-cluster-superuser
key: password
- name: TEMPORAL_VISIBILITY_STORE_PASSWORD
valueFrom:

View File

@@ -21,7 +21,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 154a4227ee38756d00e6e9a86ae9a6a3948bb41a5fa70f40185440d0fc96a25d
checksum/config: 09a0bd71567ad79ae3b514b4ce1c9ffadb297dfa4485541ea8d13e4c5e9c531c
prometheus.io/job: temporal-history
prometheus.io/scrape: 'true'
prometheus.io/scheme: http
@@ -57,7 +57,7 @@ spec:
- name: TEMPORAL_DEFAULT_STORE_PASSWORD
valueFrom:
secretKeyRef:
name: postiz-postgresql-18-cluster-app
name: postiz-postgresql-18-cluster-superuser
key: password
- name: TEMPORAL_VISIBILITY_STORE_PASSWORD
valueFrom:

View File

@@ -21,7 +21,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 154a4227ee38756d00e6e9a86ae9a6a3948bb41a5fa70f40185440d0fc96a25d
checksum/config: 09a0bd71567ad79ae3b514b4ce1c9ffadb297dfa4485541ea8d13e4c5e9c531c
prometheus.io/job: temporal-matching
prometheus.io/scrape: 'true'
prometheus.io/scheme: http
@@ -57,7 +57,7 @@ spec:
- name: TEMPORAL_DEFAULT_STORE_PASSWORD
valueFrom:
secretKeyRef:
name: postiz-postgresql-18-cluster-app
name: postiz-postgresql-18-cluster-superuser
key: password
- name: TEMPORAL_VISIBILITY_STORE_PASSWORD
valueFrom:

View File

@@ -21,7 +21,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 154a4227ee38756d00e6e9a86ae9a6a3948bb41a5fa70f40185440d0fc96a25d
checksum/config: 09a0bd71567ad79ae3b514b4ce1c9ffadb297dfa4485541ea8d13e4c5e9c531c
prometheus.io/job: temporal-worker
prometheus.io/scrape: 'true'
prometheus.io/scheme: http
@@ -57,7 +57,7 @@ spec:
- name: TEMPORAL_DEFAULT_STORE_PASSWORD
valueFrom:
secretKeyRef:
name: postiz-postgresql-18-cluster-app
name: postiz-postgresql-18-cluster-superuser
key: password
- name: TEMPORAL_VISIBILITY_STORE_PASSWORD
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
value: app
- name: SQL_USER
value: "app"
value: "postgres"
- name: SQL_PASSWORD
valueFrom:
secretKeyRef:
name: postiz-postgresql-18-cluster-app
name: postiz-postgresql-18-cluster-superuser
key: password
- name: SQL_TLS
value: "false"
@@ -66,11 +66,11 @@ spec:
- name: SQL_DATABASE
value: app
- name: SQL_USER
value: "app"
value: "postgres"
- name: SQL_PASSWORD
valueFrom:
secretKeyRef:
name: postiz-postgresql-18-cluster-app
name: postiz-postgresql-18-cluster-superuser
key: password
- name: SQL_TLS
value: "false"