diff --git a/apps/plex/base/service.yaml b/apps/plex/base/service.yaml index 1431eb7..3b7adbd 100644 --- a/apps/plex/base/service.yaml +++ b/apps/plex/base/service.yaml @@ -15,3 +15,7 @@ spec: port: 8899 targetPort: 80 name: http + - protocol: TCP + port: 32400 + targetPort: 32400 + name: plex diff --git a/apps/plex/env/k3s-cluster/ingress.yaml b/apps/plex/env/k3s-cluster/ingress.yaml index a38a68b..fa12364 100644 --- a/apps/plex/env/k3s-cluster/ingress.yaml +++ b/apps/plex/env/k3s-cluster/ingress.yaml @@ -18,4 +18,4 @@ spec: service: name: plex port: - number: 8899 \ No newline at end of file + number: 32400 \ No newline at end of file