Fixed dkregistry certificate

This commit is contained in:
2025-09-22 07:36:59 -04:00
parent b0cbc38167
commit 6b653ebbd5
3 changed files with 5 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ apps:
namespace: default
pvc: data-dkregistry-0
image: registry:3
state: absent
state: present
nextcloud:
enabled: true

View File

@@ -9,8 +9,10 @@ image:
ingress:
enabled: true
# className: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
tls:
- secretName: xai-corp-production-tls
- secretName: xai-corp-production-tls-registry
hosts:
- dkregistry.xai-corp.net
# annotations:

View File

@@ -27,7 +27,7 @@ ingress:
- path: /
pathType: Prefix
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
- secretName: xai-corp-production-tls-funkwhale
- secretName: xai-corp-production-tls-git
hosts:
- git.xai-corp.net