31 lines
588 B
YAML
31 lines
588 B
YAML
image:
|
|
repository: daledavies/jump
|
|
tag: v1.3.2@sha256:20275d290e2541e3eca960fc800d4739f1273d1f9dd222a51c064d59a9f1a1a2
|
|
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"
|
|
portal:
|
|
enabled: true
|