feat: change to postgres
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
eck-operator:
|
||||
managedNamespaces:
|
||||
- postiz
|
||||
- stalwart
|
||||
- tubearchivist
|
||||
installCRDs: true
|
||||
|
||||
@@ -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
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user