Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Question: what is the minimun required in values.yaml #12

@samelie

Description

@samelie

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions