Files
operator/charts/apps/bytestash/templates/external-http-service.yaml
Morten Olsen 1b5b5145b0 stuff
2025-08-22 07:35:50 +02:00

12 lines
319 B
YAML

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