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

Issue 120: update influxdb chart #122

Closed
wants to merge 1 commit into from

Conversation

plumdog
Copy link
Contributor

@plumdog plumdog commented Feb 2, 2023

Fixes #120.

Thanks for submitting a PR! Please check the boxes below:

  • I have filled in the "Changes" section below?
  • I have filled in the "How did you test this code" section below?
  • I have bumped the version number in /charts/flagsmith/Chart.yaml in the section version or I'm merging to a release branch

Changes

Upgrade influxdb

How did you test this code?

Deployed to minikube running k8s 1.22, with values:

api:
  influxdbSetup:
    enabled: true
influxdb2:
  enabled: true

Saw that influxdb became healthy, and that the setup steps worked as expected:

$ kubectl -n flagsmith logs deployment/flagsmith-test-api -c influxdb-setup
Configuring InfluxDB at http://flagsmith-test-influxdb2.flagsmith.svc.cluster.local:80
Checking for ping...
Successfully pinged influxdb
Creating buckets if needed...
Bucket default already exists. Nothing to do.
Bucket default_downsampled_15m does not exist. Creating...
Created bucket default_downsampled_15m.
Bucket default_downsampled_1h does not exist. Creating...
Created bucket default_downsampled_1h.
Finished creating buckets if needed.
Creating tasks if needed...
Task Downsample (API Requests) does not exist. Creating...
Created task Downsample (API Requests).
Task Downsample (Flag Evaluations) does not exist. Creating...
Created task Downsample (Flag Evaluations).
Task Downsample API 1h does not exist. Creating...
Created task Downsample API 1h.
Task Downsample API 1h - Flag Analytics does not exist. Creating...
Created task Downsample API 1h - Flag Analytics.
Finished creating tasks if needed.
Finished configuring InfluxDB at http://flagsmith-test-influxdb2.flagsmith.svc.cluster.local:80

@dabeeeenster
Copy link
Contributor

Closing on account of #126

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

Successfully merging this pull request may close these issues.

Update InfluxDB
2 participants