coins-demo/contrib/werf/docker-registry/.helm/values.yaml

53 lines
952 B
YAML
Raw Normal View History

2020-08-01 18:45:08 +00:00
replicaCount: 1
image:
repository: registry
tag: 2.7.1
pullPolicy: IfNotPresent
service:
name: registry
type: ClusterIP
port: 5000
ingress:
enabled: "true"
hosts:
- registry.k8s-demo
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-body-size: 30720m
nginx.ingress.kubernetes.io/proxy-connect-timeout: 30
nginx.ingress.kubernetes.io/proxy-send-timeout: 60
nginx.ingress.kubernetes.io/proxy-read-timeout: 60
persistence:
accessMode: 'ReadWriteOnce'
enabled: false
size: 2Gi
class: hostpath
configData:
version: 0.1
log:
fields:
service: registry
storage:
cache:
blobdescriptor: inmemory
http:
addr: :5000
headers:
X-Content-Type-Options: [nosniff]
health:
storagedriver:
enabled: true
interval: 10s
threshold: 3
securityContext:
enabled: true
runAsUser: 1000
fsGroup: 1000
priorityClassName: ""