25 lines
501 B
YAML
25 lines
501 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: littlestache/synctube
|
|
tag: latest@sha256:7d1b9dbc02bbe04c0e3fdee17b729f7a115c05ccfa603fb7e75cc804dfa3a3cb
|
|
persistence:
|
|
storageconfig:
|
|
enabled: true
|
|
mountPath: /usr/src/app/user
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4200
|
|
protocol: http
|
|
targetPort: 4200
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|