remove elastic helm
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m6s

This commit is contained in:
2025-07-27 16:55:31 -05:00
parent ff368200fd
commit 108bf7d56c
3 changed files with 0 additions and 45 deletions

View File

@@ -127,38 +127,3 @@ valkey:
persistence:
enabled: true
size: 1Gi
elasticsearch:
global:
storageClass: ceph-block
image:
registry: docker.io
repository: bitnami/elasticsearch
tag: 8.18.0-debian-12-r2
extraEnvVars:
- name: discovery.type
value: single-node
- name: xpack.security.enabled
value: "true"
extraEnvVarsSecret: tubearchivist-elasticsearch-secret
extraConfig:
path:
repo: /usr/share/elasticsearch/data/snapshot
extraVolumes:
- name: snapshot
nfs:
path: /volume2/Storage/TubeArchivist
server: synologybond.alexlebens.net
extraVolumeMounts:
- name: snapshot
mountPath: /usr/share/elasticsearch/data/snapshot
snapshotRepoPath: /usr/share/elasticsearch/data/snapshot
master:
masterOnly: false
replicaCount: 1
data:
replicaCount: 0
coordinating:
replicaCount: 0
ingest:
enabled: false
replicaCount: 0