Registry add TLS and authentication support (#8229)

* Add registry TLS support

* Add registry configmap and htpasswd auth
This commit is contained in:
zhengtianbao
2021-12-07 10:32:00 -06:00
committed by GitHub
parent 990ca38d21
commit 4ef2cf4c28
5 changed files with 98 additions and 0 deletions

View File

@@ -15,6 +15,8 @@
- { name: registry-sa, file: registry-sa.yml, type: sa }
- { name: registry-proxy-sa, file: registry-proxy-sa.yml, type: sa }
- { name: registry-svc, file: registry-svc.yml, type: svc }
- { name: registry-secrets, file: registry-secrets.yml, type: secrets }
- { name: registry-cm, file: registry-cm.yml, type: cm }
- { name: registry-rs, file: registry-rs.yml, type: rs }
- { name: registry-proxy-ds, file: registry-proxy-ds.yml, type: ds }
registry_templates_for_psp: