Files
apps/charts/apps/appsmith.disabled/templates/http-service.yaml
2025-12-03 13:44:06 +01:00

12 lines
267 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 }}'
port:
number: 80