zot: revert to unauthenticated registry
This commit is contained in:
parent
20cd185c0b
commit
cb2b2ec1cd
@ -18,25 +18,7 @@ data:
|
||||
"address": "0.0.0.0",
|
||||
"port": "5000",
|
||||
"realm": "zot-registry",
|
||||
"compat": ["docker2s2"],
|
||||
"auth": {
|
||||
"htpasswd": { "path": "/etc/zot/htpasswd" }
|
||||
},
|
||||
"accessControl": {
|
||||
"repositories": {
|
||||
"**": {
|
||||
"policies": [
|
||||
{ "users": ["bstein"], "actions": ["read", "create", "update", "delete"] }
|
||||
],
|
||||
"defaultPolicy": [],
|
||||
"anonymousPolicy": []
|
||||
}
|
||||
},
|
||||
"adminPolicy": {
|
||||
"users": ["bstein"],
|
||||
"actions": ["read", "create", "update", "delete"]
|
||||
}
|
||||
}
|
||||
"compat": ["docker2s2"]
|
||||
},
|
||||
"log": { "level": "info" },
|
||||
"extensions": {
|
||||
|
||||
@ -42,10 +42,6 @@ spec:
|
||||
mountPath: /etc/zot/config.json
|
||||
subPath: config.json
|
||||
readOnly: true
|
||||
- name: htpasswd
|
||||
mountPath: /etc/zot/htpasswd
|
||||
subPath: htpasswd
|
||||
readOnly: true
|
||||
- name: zot-data
|
||||
mountPath: /var/lib/registry
|
||||
readinessProbe:
|
||||
@ -64,9 +60,6 @@ spec:
|
||||
- name: cfg
|
||||
configMap:
|
||||
name: zot-config
|
||||
- name: htpasswd
|
||||
secret:
|
||||
secretName: zot-htpasswd
|
||||
- name: zot-data
|
||||
persistentVolumeClaim:
|
||||
claimName: zot-data
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user