disable dkregistry
This commit is contained in:
@@ -78,8 +78,8 @@ apps:
|
||||
enabled: true
|
||||
namespace: default
|
||||
pvc: data-dkregistry-0
|
||||
image: registry:2.8.3
|
||||
state: present
|
||||
image: registry:3
|
||||
state: absent
|
||||
|
||||
nextcloud:
|
||||
enabled: true
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
name: auth-secret
|
||||
namespace: "{{apps.dkregistry.namespace}}"
|
||||
stringData:
|
||||
htpassword: "richard:$2y$05$Zp.GEiUbsGYYVOYWE71truuERCAE.D5wwGzU3Xi3wIVAWjH60t/U."
|
||||
htpasswd: "richard:$2y$05$Zp.GEiUbsGYYVOYWE71truuERCAE.D5wwGzU3Xi3wIVAWjH60t/U."
|
||||
become: true
|
||||
|
||||
- name: create docker-registry resources
|
||||
|
||||
@@ -15,16 +15,21 @@ spec:
|
||||
# - name: certs-vol
|
||||
# mountPath: "/certs"
|
||||
# readOnly: true
|
||||
- name: auth-vol
|
||||
# - name: auth-vol
|
||||
# mountPath: "/auth"
|
||||
# readOnly: false
|
||||
- name: auth-secret
|
||||
mountPath: "/auth"
|
||||
readOnly: true
|
||||
env:
|
||||
- name: REGISTRY_AUTH
|
||||
value: "htpasswd"
|
||||
- name: REGISTRY_AUTH_HTPASSWD_REALM
|
||||
value: "Registry Realm"
|
||||
- name: REGISTRY_AUTH_HTPASSWD_PATH
|
||||
value: "/auth/htpasswd"
|
||||
# env:
|
||||
# - name: REGISTRY_AUTH
|
||||
# value: "htpasswd"
|
||||
# - name: REGISTRY_AUTH_HTPASSWD_REALM
|
||||
# value: "Registry Realm"
|
||||
# - name: REGISTRY_AUTH_HTPASSWD_PATH
|
||||
# value: "/auth/htpasswd"
|
||||
# - name: REGISTRY_HTTP_SECRET
|
||||
# value: "/auth/htpasswd"
|
||||
# - name: REGISTRY_HTTP_TLS_CERTIFICATE
|
||||
# value: "/certs/tls.crt"
|
||||
# - name: REGISTRY_HTTP_TLS_KEY
|
||||
@@ -33,9 +38,10 @@ spec:
|
||||
- name: repo-vol
|
||||
persistentVolumeClaim:
|
||||
claimName: data-dkregistry-0
|
||||
# - name: certs-vol
|
||||
# secret:
|
||||
# secretName: default/xai-corp-production-tls
|
||||
- name: auth-vol
|
||||
persistentVolumeClaim:
|
||||
claimName: data-dkregistry-auth-0
|
||||
|
||||
- name: auth-secret
|
||||
secret:
|
||||
secretName: auth-secret
|
||||
|
||||
Reference in New Issue
Block a user