Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 helm/parseable/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: parseable
description: Helm chart for Parseable Server
type: application
version: 0.0.1
AppVersion: ""
AppVersion: "sha-b6d9366"
16 changes: 10 additions & 6 deletions helm/parseable/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ parseable:
P_TLS_CERT_PATH: ""
P_LOCAL_STORAGE: "data"
P_STORAGE_UPLOAD_INTERVAL: "60"
P_S3_URL: ""
P_S3_ACCESS_KEY: ""
P_S3_SECRET_KEY: ""
P_S3_REGION: ""
P_S3_BUCKET: ""
RUST_LOG: "parseable=trace"
# By default parseable uses demo env digital ocean spaces
#P_S3_URL: ""
#P_S3_ACCESS_KEY: ""
#P_S3_SECRET_KEY: ""
#P_S3_REGION: ""
#P_S3_BUCKET: ""
P_USERNAME: "parseable"
P_PASSWORD: "parseable"
nameOverride: ""
Expand All @@ -32,9 +34,11 @@ parseable:
requests:
cpu: 100m
memory: 128Mi
securityContext:
runAsUser: 10001
allowPrivilegeEscalation: false
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
nodeSelector: {}
affinity: {}
tolerations: []