Files
operator/charts/apps/homarr/templates/http-service.yaml
Morten Olsen cfc7d13b99 add homarr
2025-09-06 22:10:26 +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