Fixed dkregistry certificate
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user