Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from sparkfabrik/feature/review-elasticsearch-…
Browse files Browse the repository at this point in the history
…resources

fix: typo on resources
  • Loading branch information
paolomainardi authored Feb 6, 2023
2 parents e082807 + a902719 commit 785a446
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,43 +66,48 @@ elasticsearch:
index.store.type: niofs
node.store.allow_mmap: false
master:
requests:
cpu: 1000m
memory: 1536Mi
resources:
requests:
cpu: 1000m
memory: 1536Mi
heapSize: 768m
nodeSelector:
cloud.google.com/gke-spot: "true"
terminationGracePeriodSeconds: 25
replicaCount: 1
data:
requests:
cpu: 1000m
memory: 1536Mi
resources:
requests:
cpu: 1000m
memory: 1536Mi
heapSize: 768m
nodeSelector:
cloud.google.com/gke-spot: "true"
terminationGracePeriodSeconds: 25
replicaCount: 1
coordinating:
requests:
cpu: 1000m
memory: 1024Mi
resources:
requests:
cpu: 1000m
memory: 1536Mi
heapSize: 512m
replicaCount: 1
nodeSelector:
cloud.google.com/gke-spot: "true"
terminationGracePeriodSeconds: 25
replicaCount: 1
ingest:
requests:
cpu: 1000m
memory: 1536Mi
resources:
requests:
cpu: 1000m
memory: 1536Mi
heapSize: 768m
replicaCount: 1
nodeSelector:
cloud.google.com/gke-spot: "true"
terminationGracePeriodSeconds: 25
replicaCount: 1

postgresql:
enabled: false
postgresqlHostname: ${MASTODON_POSTGRES_HOST}
Expand Down

0 comments on commit 785a446

Please sign in to comment.