2022-06-14 21:27:03 +00:00
|
|
|
image:
|
|
|
|
repository: daledavies/jump
|
2022-06-15 07:29:02 +00:00
|
|
|
tag: v1.2.1@sha256:d4782419f76f7b16213c0a04fa687d78a871a0984f45cc2bee1490b8ea63d757
|
2022-06-14 21:27:03 +00:00
|
|
|
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"
|