Fixed dkregistry secret

This commit is contained in:
2025-09-22 12:35:46 -04:00
parent 6b653ebbd5
commit e681a810ca
4 changed files with 15 additions and 15 deletions

View File

@@ -21,13 +21,13 @@ spec:
- 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
@@ -44,4 +44,4 @@ spec:
- name: auth-secret
secret:
secretName: auth-secret
secretName: auth-secret-2025

View File

@@ -23,3 +23,5 @@ spec:
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
- secretName: xai-corp-production-tls
hosts:
- dkregistry.xai-corp.net