This commit is contained in:
Morten Olsen
2025-09-06 22:13:57 +02:00
parent cfc7d13b99
commit 83deab79ec
3 changed files with 13 additions and 27 deletions

View File

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