diff --git a/clusters/cl01tl/helm/elastic-operator/values.yaml b/clusters/cl01tl/helm/elastic-operator/values.yaml index b5b181a1c..f7294170a 100644 --- a/clusters/cl01tl/helm/elastic-operator/values.yaml +++ b/clusters/cl01tl/helm/elastic-operator/values.yaml @@ -1,6 +1,5 @@ eck-operator: managedNamespaces: - - postiz - stalwart - tubearchivist installCRDs: true diff --git a/clusters/cl01tl/helm/postiz/templates/elasticsearch.yaml b/clusters/cl01tl/helm/postiz/templates/elasticsearch.yaml deleted file mode 100644 index 28ca773c3..000000000 --- a/clusters/cl01tl/helm/postiz/templates/elasticsearch.yaml +++ /dev/null @@ -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 diff --git a/clusters/cl01tl/helm/postiz/values.yaml b/clusters/cl01tl/helm/postiz/values.yaml index fc3f5512e..c33e8773d 100644 --- a/clusters/cl01tl/helm/postiz/values.yaml +++ b/clusters/cl01tl/helm/postiz/values.yaml @@ -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: