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