mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-14 20:26:53 +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:
|
||||
replicas: 1
|
||||
|
||||
# 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.
|
||||
antiAffinity: "soft"
|
||||
# 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.
|
||||
# antiAffinity: "soft"
|
||||
|
||||
# Shrink default JVM heap.
|
||||
esJavaOpts: "-Xmx128m -Xms128m"
|
||||
# # Shrink default JVM heap.
|
||||
# esJavaOpts: "-Xmx128m -Xms128m"
|
||||
|
||||
# Allocate smaller chunks of memory per pod.
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "512M"
|
||||
limits:
|
||||
cpu: "1000m"
|
||||
memory: "512M"
|
||||
# # Allocate smaller chunks of memory per pod.
|
||||
# resources:
|
||||
# requests:
|
||||
# cpu: "100m"
|
||||
# memory: "512M"
|
||||
# limits:
|
||||
# cpu: "1000m"
|
||||
# memory: "512M"
|
||||
|
||||
# Request smaller persistent volumes.
|
||||
volumeClaimTemplate:
|
||||
accessModes: [ "ReadWriteOnce" ]
|
||||
storageClassName: "standard"
|
||||
resources:
|
||||
requests:
|
||||
storage: 100M
|
||||
# # Request smaller persistent volumes.
|
||||
# volumeClaimTemplate:
|
||||
# accessModes: [ "ReadWriteOnce" ]
|
||||
# storageClassName: "standard"
|
||||
# resources:
|
||||
# requests:
|
||||
# storage: 100M
|
||||
|
||||
# Official neo4j chart uses the Neo4j Enterprise Edition which requires a license
|
||||
neo4j:
|
||||
|
Loading…
x
Reference in New Issue
Block a user