25 lines
492 B
YAML
25 lines
492 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: mtlynch/mediagoblin
|
|
tag: latest@sha256:071a7c0650309c65de3bff11229475c031f7fe3ece183d3d6e17cd4506538f2a
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /var/lib/mediagoblin
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6543
|
|
protocol: TCP
|
|
targetPort: 6543
|
|
portal:
|
|
enabled: true
|