feat: change to postgres
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 21s
lint-test-helm / validate-kubeconform (pull_request) Successful in 32s
render-manifests / render-manifests (pull_request) Successful in 40s

This commit is contained in:
2026-04-05 23:05:31 -05:00
parent 27b9ccbf37
commit d98001caff
3 changed files with 12 additions and 39 deletions

View File

@@ -1,6 +1,5 @@
eck-operator: eck-operator:
managedNamespaces: managedNamespaces:
- postiz
- stalwart - stalwart
- tubearchivist - tubearchivist
installCRDs: true 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: tls:
enabled: false enabled: false
visibility: visibility:
elasticsearch: sql:
version: v8 pluginName: postgres12
url: driverName: postgres12
scheme: https databaseName: temporal_visibility
host: elasticsearch-postiz-es-http.postiz:9200 connectAddr: postiz-postgresql-18-cluster-rw.postiz:5432
logLevel: error connectProtocol: "tcp"
indices: user: postgres
visibility: temporal_visibility_v1 existingSecret: postiz-postgresql-18-cluster-superuser
secretKey: password
tls: tls:
enabled: false enabled: false
frontend: frontend:
@@ -242,6 +243,9 @@ postgres-18-cluster:
- name: temporal - name: temporal
ensure: present ensure: present
owner: app owner: app
- name: temporal_visibility
ensure: present
owner: app
valkey: valkey:
valkey: valkey:
auth: auth: