This commit is contained in:
Morten Olsen
2025-10-07 19:49:54 +02:00
parent a1210f51c1
commit 86ffd441ca
19 changed files with 209 additions and 1 deletions

View File

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