This repository was archived by the owner on May 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Question: what is the minimun required in values.yaml #12
Copy link
Copy link
Open
Description
Wondering because the pod gets stuck in my-analytics-plausible-analytics-5c86d6fb7-j9lqs 0/1 Init:Error 1 25s with the surfaced error of Does not have minimum availability
I changed the resource limits and the cluster node is certainly big enough.
Wondering if my values.yaml is lacking some field causing the container to crash?
I redacted fields i set to false eg twitter stmp google
baseURL: plausible.example.com
adminUser:
email: [email protected]
name: test
password: test
database: # Postgres Database
enabled: true
url: postgresql://test:[email protected]
clickhouse: # Clickhouse Database
enabled: true
# https://github.com/kubernetes/dns/blob/master/docs/specification.md#232---srv-records
url: _http-port._tcp.clickhouse.clickhouse.svc.cluster.local
# Default form Helm Generator
resources:
limits:
cpu: 200m
memory: 400Mi
requests:
cpu: 100m
memory: 128Mi
Noticed the helmfile.yaml
helmfile apply but it erroed with in ./helmfile.yaml: error during helmfile.yaml.part.0 parsing: template: stringTemplate:25:35: executing "stringTemplate" at <.Values.analytics_domain>: map has no entry for key "analytics_domain"
Does the helmfile remove the need for the helm install approach?
Metadata
Metadata
Assignees
Labels
No labels