24 lines
460 B
YAML
24 lines
460 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: registry
|
|
tag: 2@sha256:0a182cb82c93939407967d6d71d6caf11dcef0e5689c6afe2d60518e3b34ab86
|
|
persistence:
|
|
datastoragepath:
|
|
enabled: true
|
|
mountPath: /var/lib/registry
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5000
|
|
protocol: tcp
|
|
targetPort: 5000
|