Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# Compile
FROM rust:alpine3.14 AS compiler
FROM rust:1.63-alpine AS compiler

RUN apk add -q --update-cache --no-cache build-base openssl-dev

Expand Down
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"
2 changes: 1 addition & 1 deletion helm/parseable/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
resources:
{{- toYaml .Values.parseable.resources | nindent 12 }}
volumeMounts:
- mountPath: "/cache"
- mountPath: "/parseable/cache"
name: cache-volume
volumes:
- name: cache-volume
Expand Down
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=info"
# 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: []