24 lines
471 B
YAML
24 lines
471 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: mtlynch/mediagoblin
|
|
tag: latest@sha256:071a7c0650309c65de3bff11229475c031f7fe3ece183d3d6e17cd4506538f2a
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /var/lib/mediagoblin
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6543
|
|
protocol: tcp
|
|
targetPort: 6543
|