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 namespace: default
pvc: data-dkregistry-0 pvc: data-dkregistry-0
image: registry:3 image: registry:3
state: absent state: present
nextcloud: nextcloud:
enabled: true enabled: true

View File

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

View File

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