Files
apps/charts/apps/home-assistant/templates/http-service.yaml
Morten Olsen 41feffb123 init
2025-09-25 20:57:46 +02:00

12 lines
310 B
YAML

apiVersion: homelab.mortenolsen.pro/v1
kind: HttpService
metadata:
name: "{{ .Release.Name }}"
spec:
environment: "{{ .Values.globals.environment }}"
subdomain: "{{ .Values.subdomain }}"
destination:
host: "{{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local"
port:
number: 80