···2233# Each route gets a Service + Endpoints + Ingress.
44# Service name == route name. Tls secret must exist in the same namespace as the Ingress (default).
55-routes:
66- - name: plex
77- host: plex.cute.haus
88- target: { ip: 100.81.61.31, port: 32400 } # jubilife
99- tls: { secretName: cute-haus-tls }
55+routes: []
+5
k8s/charts/plex/Chart.yaml
···11+apiVersion: v2
22+name: plex
33+description: Plex media server
44+type: application
55+version: 0.1.0