TrueChartsClone/charts/stable/soft-serve/values.yaml

43 lines
748 B
YAML

image:
repository: tccr.io/truecharts/soft-serve
pullPolicy: IfNotPresent
tag: 0.4.5@sha256:2a55a964ad373bbaf5db6fc82f51f0de2b230474616049489d70ab26b5b9a4ff
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
softserve:
host: localhost
key_path: /.ssh/soft_serve_server_ed25519
init_admin_key: ""
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-env-secret'
service:
main:
ports:
main:
protocol: TCP
port: 23231
persistence:
config:
enabled: true
mountPath: /soft-serve
ssh:
enabled: true
mountPath: /.ssh
repos:
enabled: true
mountPath: /repos
portal:
enabled: false