27 lines
515 B
YAML
27 lines
515 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: hauxir/imgpush
|
||
|
tag: latest@sha256:8842481d8f6538ac7c4b638c9fea033ae80f6c4331baa12a36a5a1f49ae84e43
|
||
|
persistence:
|
||
|
storagecache:
|
||
|
enabled: true
|
||
|
mountPath: /cache
|
||
|
storageimages:
|
||
|
enabled: true
|
||
|
mountPath: /images
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 5000
|
||
|
protocol: tcp
|
||
|
targetPort: 5000
|