diff options
author | makefunstuff <[email protected]> | 2024-06-29 00:05:28 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 00:05:28 +0200 |
commit | bdd1dfd0cc26d76d77d84563c788be08caf0bfda (patch) | |
tree | 1472a61534aa36a917fe9913a34b94a2a09923a4 | |
parent | 176e6893e3c3a1c6ba6f8e912628b7f46f815bd2 (diff) | |
download | k3s-lab-bdd1dfd0cc26d76d77d84563c788be08caf0bfda.tar.gz |
correct
Diffstat (limited to '')
-rw-r--r-- | tools/elasticsearch/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/elasticsearch/values.yaml b/tools/elasticsearch/values.yaml index 87321cd..ace8365 100644 --- a/tools/elasticsearch/values.yaml +++ b/tools/elasticsearch/values.yaml @@ -8,8 +8,8 @@ elasticsearch: requests: storage: 10Gi networkPolicy: - http: true - transport: true + http: + enabled: true additionalRules: - podSelector: matchLabels: |