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

chore: remove unneeded config #100

Merged
merged 3 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/flipt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: flipt
home: https://flipt.io
description: Flipt is an open-source, self-hosted feature flag solution.
type: application
version: 0.41.2
version: 0.42.0
markphelps marked this conversation as resolved.
Show resolved Hide resolved
appVersion: v1.28.2
maintainers:
- name: Flipt
Expand Down
24 changes: 0 additions & 24 deletions charts/flipt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,23 +142,6 @@ flipt:
encoding: console
grpc_level: ERROR

ui:
enabled: true

cors:
enabled: false
allowed_origins: "*"

cache:
enabled: false
backend: memory
ttl: 60s
redis:
host: localhost
port: 6379
memory:
eviction_interval: 5m # Evict Expired Items Every 5m

server:
protocol: http
host: 0.0.0.0
Expand All @@ -172,13 +155,6 @@ flipt:
max_open_conn: 0 # unlimited
conn_max_lifetime: 0 # unlimited

tracing:
enabled: false
exporter: jaeger
jaeger:
host: localhost
port: 6831

migration:
# If enabled will run the migration script over your db before rolling out
# a new deployment. This will run in a helm hook so will get cleaned up on
Expand Down
Loading