26 lines
504 B
YAML
26 lines
504 B
YAML
|
env: {}
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/mediagoblin
|
||
|
tag: latest@sha256:5e5ab6e7c104861025014ff5b45c0b819b20d04ce097b160078da824b6fd8e02
|
||
|
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
|