Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
samelie opened this issue Nov 30, 2021 · 0 comments
Open

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

samelie opened this issue Nov 30, 2021 · 0 comments

Comments

@samelie
Copy link

samelie commented Nov 30, 2021

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: mail@mail.com
  name: test
  password: test

database: # Postgres Database
  enabled: true
  url: postgresql://test:test@plausible-db-pg-svc-dev.mynamespace.svc.cluster.local

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?

@samelie samelie changed the title Question: what is the bear minimun required in values.yaml Question: what is the minimun required in values.yaml Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant