Skip to content

Commit 5eedfb5

Browse files
authored
helm chart for parseable (parseablehq#23)
1 parent 4027958 commit 5eedfb5

15 files changed

+5
-307
lines changed

helm/collector/Chart.yaml

-11
This file was deleted.

helm/collector/templates/_helpers.tpl

-62
This file was deleted.

helm/collector/templates/config.yaml

-11
This file was deleted.

helm/collector/templates/deployment.yaml

-104
This file was deleted.

helm/collector/templates/namespace.yaml

-6
This file was deleted.

helm/collector/templates/rbac.yaml

-28
This file was deleted.

helm/collector/templates/service.yaml

-15
This file was deleted.

helm/collector/templates/serviceaccount.yaml

-12
This file was deleted.

helm/collector/values.yaml

-53
This file was deleted.
File renamed without changes.

helm/collector/charts/parseable/values.yaml helm/parseable/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ parseable:
77
env:
88
P_TLS_CERT_PATH: ""
99
P_LOCAL_STORAGE: "data"
10+
P_STORAGE_UPLOAD_INTERVAL: "60"
1011
P_S3_URL: ""
1112
P_S3_ACCESS_KEY: ""
1213
P_S3_SECRET_KEY: ""
13-
P_S3_REGION: "us-east-1"
14-
P_STORAGE_UPLOAD_INTERVAL: "60"
15-
P_S3_BUCKET: "logstorage"
16-
P_USERNAME: "parseable"
17-
P_PASSWORD: "parseable"
14+
P_S3_REGION: ""
15+
P_S3_BUCKET: ""
16+
P_USERNAME: ""
17+
P_PASSWORD: ""
1818
nameOverride: ""
1919
fullnameOverride: ""
2020
serviceAccount:

0 commit comments

Comments
 (0)