diff --git a/helm/values.yaml b/helm/values.yaml index 159e693..41b5c76 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -66,27 +66,30 @@ 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: @@ -94,15 +97,17 @@ elasticsearch: 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}