mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-15 04:37:03 +00:00
fix(k8s): comment out minikube specific settings (#2512)
This commit is contained in:
parent
4b2a6bd46a
commit
69dc2682ec
@ -14,29 +14,29 @@ elasticsearch:
|
|||||||
client:
|
client:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
||||||
# Uncomment if running on minikube - Reference https://github.com/elastic/helm-charts/blob/master/elasticsearch/examples/minikube/values.yaml
|
# Uncomment if running on minikube - Reference https://github.com/elastic/helm-charts/blob/master/elasticsearch/examples/minikube/values.yaml
|
||||||
# Permit co-located instances for solitary minikube virtual machines.
|
# # Permit co-located instances for solitary minikube virtual machines.
|
||||||
antiAffinity: "soft"
|
# antiAffinity: "soft"
|
||||||
|
|
||||||
# Shrink default JVM heap.
|
# # Shrink default JVM heap.
|
||||||
esJavaOpts: "-Xmx128m -Xms128m"
|
# esJavaOpts: "-Xmx128m -Xms128m"
|
||||||
|
|
||||||
# Allocate smaller chunks of memory per pod.
|
# # Allocate smaller chunks of memory per pod.
|
||||||
resources:
|
# resources:
|
||||||
requests:
|
# requests:
|
||||||
cpu: "100m"
|
# cpu: "100m"
|
||||||
memory: "512M"
|
# memory: "512M"
|
||||||
limits:
|
# limits:
|
||||||
cpu: "1000m"
|
# cpu: "1000m"
|
||||||
memory: "512M"
|
# memory: "512M"
|
||||||
|
|
||||||
# Request smaller persistent volumes.
|
# # Request smaller persistent volumes.
|
||||||
volumeClaimTemplate:
|
# volumeClaimTemplate:
|
||||||
accessModes: [ "ReadWriteOnce" ]
|
# accessModes: [ "ReadWriteOnce" ]
|
||||||
storageClassName: "standard"
|
# storageClassName: "standard"
|
||||||
resources:
|
# resources:
|
||||||
requests:
|
# requests:
|
||||||
storage: 100M
|
# storage: 100M
|
||||||
|
|
||||||
# Official neo4j chart uses the Neo4j Enterprise Edition which requires a license
|
# Official neo4j chart uses the Neo4j Enterprise Edition which requires a license
|
||||||
neo4j:
|
neo4j:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user