From 6094a7d30e86fc0905f0e16971dba080c08bada2 Mon Sep 17 00:00:00 2001 From: ycz008 Date: Thu, 31 Aug 2023 17:17:00 +0800 Subject: [PATCH] update es config --- dev-upgrade/elastic/elastic-dev.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dev-upgrade/elastic/elastic-dev.yaml b/dev-upgrade/elastic/elastic-dev.yaml index fbb6342..433802f 100644 --- a/dev-upgrade/elastic/elastic-dev.yaml +++ b/dev-upgrade/elastic/elastic-dev.yaml @@ -11,6 +11,10 @@ spec: - ReadWriteOnce local: path: /data/elastic-dev/es_data + claimRef: + kind: PersistentVolumeClaim + namespace: dev + name: elastic-dev-elastic-2 nodeAffinity: required: nodeSelectorTerms: @@ -33,6 +37,10 @@ spec: - ReadWriteOnce local: path: /data/elastic-dev/es_data + claimRef: + kind: PersistentVolumeClaim + namespace: dev + name: elastic-dev-elastic-0 nodeAffinity: required: nodeSelectorTerms: @@ -55,6 +63,10 @@ spec: - ReadWriteOnce local: path: /data/elastic-dev/es_data + claimRef: + kind: PersistentVolumeClaim + namespace: dev + name: elastic-dev-elastic-1 nodeAffinity: required: nodeSelectorTerms: