add registry

This commit is contained in:
Morten Olsen
2025-09-10 10:35:46 +02:00
parent 6fc2cf5fd1
commit 5e2456bea7
9 changed files with 250 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: homelab.mortenolsen.pro/v1
kind: ExternalHttpService
metadata:
name: '{{ .Release.Name }}'
spec:
environment: '{{ .Values.globals.environment }}'
subdomain: '{{ .Values.subdomain }}'
destination:
host: '{{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local'
port:
number: 80