TrueChartsClone/charts/incubator/jump/values.yaml

34 lines
577 B
YAML
Raw Normal View History

image:
repository: tccr.io/truecharts/jump
tag: v1.2.4@sha256:12b923f1ea011f1b4e6780c13821b3913f7b1e7abef9f8afa46f4a7b11df560d
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
SITENAME: "My Site"
service:
main:
ports:
main:
port: 10108
targetPort: 8080
persistence:
backgrounds:
enabled: true
mountPath: "/backgrounds"
search:
enabled: true
mountPath: "/search"
sites:
enabled: true
mountPath: "/sites"