Adds some config templates.

This commit is contained in:
2025-06-04 20:21:09 -07:00
parent 175d6e57f8
commit 2786939f89
4 changed files with 5 additions and 16 deletions

View File

@@ -1,2 +0,0 @@
DOCKER_REGISTRY_STORAGE=10Gi
DOCKER_REGISTRY_HOST=docker-registry.internal.cloud.payne.io

View File

@@ -0,0 +1,2 @@
DOCKER_REGISTRY_STORAGE=10Gi
DOCKER_REGISTRY_HOST=docker-registry.$INTERNAL_DOMAIN

View File

@@ -15,7 +15,7 @@ resources:
configMapGenerator:
- name: docker-registry-config
envs:
- config.env
- config/config.env
replacements:
- source:
kind: ConfigMap