Fixed dkregistry certificate
This commit is contained in:
@@ -79,7 +79,7 @@ apps:
|
||||
namespace: default
|
||||
pvc: data-dkregistry-0
|
||||
image: registry:3
|
||||
state: absent
|
||||
state: present
|
||||
|
||||
nextcloud:
|
||||
enabled: true
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user