mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
12 lines
259 B
YAML
12 lines
259 B
YAML
apiVersion: homelab.mortenolsen.pro/v1
|
|
kind: HttpService
|
|
metadata:
|
|
name: '{{ .Release.Name }}'
|
|
spec:
|
|
environment: '{{ .Values.environment }}'
|
|
subdomain: '{{ .Values.subdomain }}'
|
|
destination:
|
|
host: '{{ .Release.Name }}'
|
|
port:
|
|
number: 80
|