Files
truecharts/charts/incubator/scprime/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

38 lines
727 B
YAML

env:
SCPRIME_WALLET_PASSWORD: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/scprime
tag: latest@sha256:a600d7deeb7c188cb1300f51bcf5dfdc92e494942e8c69b5b581a3bacd73e6dd
persistence:
metadata:
enabled: true
mountPath: /scp-data
storage:
enabled: true
mountPath: /storage
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
hostapiaddress:
enabled: true
ports:
hostapiaddress:
enabled: true
port: 4283
protocol: TCP
targetPort: 4283
main:
ports:
main:
port: 4282
protocol: TCP
targetPort: 4282
portal:
enabled: true