Merge pull request 'feat: change to postgres' (#5590) from tmp/postiz-8 into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 22s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 5m4s

Reviewed-on: #5590
This commit was merged in pull request #5590.
This commit is contained in:
2026-04-06 04:08:34 +00:00
3 changed files with 12 additions and 39 deletions

View File

@@ -1,6 +1,5 @@
eck-operator:
managedNamespaces:
- postiz
- stalwart
- tubearchivist
installCRDs: true

View File

@@ -1,30 +0,0 @@
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: elasticsearch-postiz
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: elasticsearch-postiz
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
# renovate: datasource=docker depName=elasticsearch
version: 8.19.8
auth:
fileRealm:
- secretName: postiz-elasticsearch-secret
nodeSets:
- name: default
count: 2
config:
node.store.allow_mmap: false
volumeClaimTemplates:
- metadata:
name: elasticsearch-data
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
storageClassName: ceph-block

View File

@@ -157,14 +157,15 @@ temporal:
tls:
enabled: false
visibility:
elasticsearch:
version: v8
url:
scheme: https
host: elasticsearch-postiz-es-http.postiz:9200
logLevel: error
indices:
visibility: temporal_visibility_v1
sql:
pluginName: postgres12
driverName: postgres12
databaseName: temporal_visibility
connectAddr: postiz-postgresql-18-cluster-rw.postiz:5432
connectProtocol: "tcp"
user: postgres
existingSecret: postiz-postgresql-18-cluster-superuser
secretKey: password
tls:
enabled: false
frontend:
@@ -242,6 +243,9 @@ postgres-18-cluster:
- name: temporal
ensure: present
owner: app
- name: temporal_visibility
ensure: present
owner: app
valkey:
valkey:
auth: