catalog/stable/soft-serve/3.0.15/ix_values.yaml

42 lines
793 B
YAML

image:
repository: charmcli/soft-serve
pullPolicy: IfNotPresent
tag: v0.7.2@sha256:d90ca735e81ef407b23d3d2620194b5a6ab759f8c63c2dcdd6bac1c947c1ad54
softserve:
host: localhost
key_path: /.ssh/soft_serve_server_ed25519
init_admin_key: ""
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:
open:
enabled: false
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
workload:
main:
podSpec:
containers:
main:
envFrom:
- secretRef:
name: "env-secret"