This commit is contained in:
Morten Olsen
2025-09-08 15:03:45 +02:00
parent 032a940815
commit a10ac58dad
22 changed files with 342 additions and 16 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