update es config
parent
6094a7d30e
commit
a58720ddd8
|
@ -11,6 +11,10 @@ spec:
|
|||
- ReadWriteOnce
|
||||
local:
|
||||
path: /data/elastic-qa/es_data
|
||||
claimRef:
|
||||
kind: PersistentVolumeClaim
|
||||
namespace: qa
|
||||
name: elastic-qa-elastic-1
|
||||
nodeAffinity:
|
||||
required:
|
||||
nodeSelectorTerms:
|
||||
|
@ -33,6 +37,10 @@ spec:
|
|||
- ReadWriteOnce
|
||||
local:
|
||||
path: /data/elastic-qa/es_data
|
||||
claimRef:
|
||||
kind: PersistentVolumeClaim
|
||||
namespace: qa
|
||||
name: elastic-qa-elastic-2
|
||||
nodeAffinity:
|
||||
required:
|
||||
nodeSelectorTerms:
|
||||
|
@ -55,6 +63,10 @@ spec:
|
|||
- ReadWriteOnce
|
||||
local:
|
||||
path: /data/elastic-qa/es_data
|
||||
claimRef:
|
||||
kind: PersistentVolumeClaim
|
||||
namespace: qa
|
||||
name: elastic-qa-elastic-0
|
||||
nodeAffinity:
|
||||
required:
|
||||
nodeSelectorTerms:
|
||||
|
|
Loading…
Reference in New Issue