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 1414# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
1616# Compile
17- FROM rust:alpine3.14 AS compiler
17+ FROM rust:1.63-alpine AS compiler
1818
1919RUN apk add -q --update-cache --no-cache build-base openssl-dev
2020
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: parseable
33description : Helm chart for Parseable Server
44type : application
55version : 0.0.1
6- AppVersion : " "
6+ AppVersion : " sha-b6d9366 "
Original file line number Diff line number Diff line change 4141 resources :
4242 {{- toYaml .Values.parseable.resources | nindent 12 }}
4343 volumeMounts :
44- - mountPath : " /cache"
44+ - mountPath : " /parseable/ cache"
4545 name : cache-volume
4646 volumes :
4747 - name : cache-volume
Original file line number Diff line number Diff line change @@ -9,11 +9,13 @@ parseable:
99 P_TLS_CERT_PATH : " "
1010 P_LOCAL_STORAGE : " data"
1111 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: ""
1719 P_USERNAME : " parseable"
1820 P_PASSWORD : " parseable"
1921 nameOverride : " "
@@ -32,9 +34,11 @@ parseable:
3234 requests :
3335 cpu : 100m
3436 memory : 128Mi
37+ securityContext :
38+ runAsUser : 10001
39+ allowPrivilegeEscalation : false
3540 podAnnotations : {}
3641 podSecurityContext : {}
37- securityContext : {}
3842 nodeSelector : {}
3943 affinity : {}
4044 tolerations : []
You can’t perform that action at this time.
0 commit comments