docker-registry app setup

This commit is contained in:
2022-10-30 13:52:42 -04:00
parent 3d038800ef
commit 2720a8b221
13 changed files with 262 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ spec:
- sql.xai-corp.net
- cik.xai-corp.net
- stash.xai-corp.net
- dkregistry.xai-corp.net
acme:
config:
- http01:

View File

@@ -0,0 +1,27 @@
---
# Docker Registry values
# https://github.com/twuni/docker-registry.helm/blob/main/values.yaml
image:
repository: registry
tag: 2.8.1
ingress:
enabled: true
# className: traefik
tls:
- secretName: xai-corp-production-tls
hosts:
- dkregistry.xai-corp.net
# annotations:
# cert-manager.io/cluster-issuer: letsencrypt-production
## kubernetes.io/ingress.class: traefik
# traefik.ingress.kubernetes.io/router.entrypoints: websecure
# traefik.ingress.kubernetes.io/router.tls: 'true'
persistence:
enabled: true
existingClaim: data-dkregistry-0
secrets:
htpasswd: false