This commit is contained in:
Morten Olsen
2025-09-08 20:13:23 +02:00
parent a10ac58dad
commit 0f20fa0b5a
21 changed files with 311 additions and 0 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