File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 14
14
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15
15
16
16
# Compile
17
- FROM rust:alpine3.14 AS compiler
17
+ FROM rust:1.63-alpine AS compiler
18
18
19
19
RUN apk add -q --update-cache --no-cache build-base openssl-dev
20
20
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: parseable
3
3
description : Helm chart for Parseable Server
4
4
type : application
5
5
version : 0.0.1
6
- AppVersion : " "
6
+ AppVersion : " sha-b6d9366 "
Original file line number Diff line number Diff line change 41
41
resources :
42
42
{{- toYaml .Values.parseable.resources | nindent 12 }}
43
43
volumeMounts :
44
- - mountPath : " /cache"
44
+ - mountPath : " /parseable/ cache"
45
45
name : cache-volume
46
46
volumes :
47
47
- name : cache-volume
Original file line number Diff line number Diff line change @@ -9,11 +9,13 @@ parseable:
9
9
P_TLS_CERT_PATH : " "
10
10
P_LOCAL_STORAGE : " data"
11
11
P_STORAGE_UPLOAD_INTERVAL : " 60"
12
- P_S3_URL : " "
13
- P_S3_ACCESS_KEY : " "
14
- P_S3_SECRET_KEY : " "
15
- P_S3_REGION : " "
16
- P_S3_BUCKET : " "
12
+ RUST_LOG : " parseable=info"
13
+ # By default parseable uses demo env digital ocean spaces
14
+ # P_S3_URL: ""
15
+ # P_S3_ACCESS_KEY: ""
16
+ # P_S3_SECRET_KEY: ""
17
+ # P_S3_REGION: ""
18
+ # P_S3_BUCKET: ""
17
19
P_USERNAME : " parseable"
18
20
P_PASSWORD : " parseable"
19
21
nameOverride : " "
@@ -32,9 +34,11 @@ parseable:
32
34
requests :
33
35
cpu : 100m
34
36
memory : 128Mi
37
+ securityContext :
38
+ runAsUser : 10001
39
+ allowPrivilegeEscalation : false
35
40
podAnnotations : {}
36
41
podSecurityContext : {}
37
- securityContext : {}
38
42
nodeSelector : {}
39
43
affinity : {}
40
44
tolerations : []
You can’t perform that action at this time.
0 commit comments