diff --git a/Chart.yaml b/Chart.yaml index da797d0..609a1f5 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -25,5 +25,5 @@ appVersion: "0.1.1" dependencies: - name: bootstrap - version: 0.2.14 + version: 0.2.16 repository: oci://prodnso-harbor-01.smardigo.digital/infrastructure diff --git a/values.yaml b/values.yaml index 8682d70..9602ac6 100644 --- a/values.yaml +++ b/values.yaml @@ -94,33 +94,11 @@ bootstrap: stage: *stagename domain: *domainname elasticsearch: - nodeSets: - - name: resized - count: 3 - config: - node.store.allow_mmap: false - podTemplate: - spec: - containers: - - name: elasticsearch - env: - - name: ES_JAVA_OPTS - value: -Xms2g -Xmx2g - resources: - requests: - memory: 4Gi - limits: - memory: 4Gi - volumeClaimTemplates: - - metadata: - name: elasticsearch-data - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 80Gi - storageClassName: hcloud-volumes + storage: + nodeSize: 80Gi + filebeat: + limits: + memory: 500Mi kibana: podTemplate: