fix serviceName for plex (#268)

This commit is contained in:
Devin Buhl 2020-07-06 17:52:15 -04:00 committed by GitHub
parent c80fd298fb
commit d1ee79297d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.19.1.2645-ccb6eb67e appVersion: 1.19.1.2645-ccb6eb67e
description: Plex Media Server description: Plex Media Server
name: plex name: plex
version: 1.5.1 version: 1.5.2
keywords: keywords:
- plex - plex
home: https://plex.tv/ home: https://plex.tv/

View File

@ -34,7 +34,7 @@ spec:
paths: paths:
- path: {{ $ingressPath }} - path: {{ $ingressPath }}
backend: backend:
serviceName: {{ $fullName }} serviceName: {{ $fullName }}-tcp
servicePort: {{ $svcPort }} servicePort: {{ $svcPort }}
{{- end }} {{- end }}
{{- end }} {{- end }}