From 2415b214231447fc59546e8b576c363d8c00f423 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 6 Jan 2024 16:45:51 +0000 Subject: [PATCH] Update file tdarr.yaml --- internalproxy/templates/tdarr.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internalproxy/templates/tdarr.yaml b/internalproxy/templates/tdarr.yaml index a9b186a..c4403b9 100644 --- a/internalproxy/templates/tdarr.yaml +++ b/internalproxy/templates/tdarr.yaml @@ -5,9 +5,9 @@ metadata: spec: ports: - name: app - port: 8265 + port: 8267 protocol: TCP - targetPort: 8265 + targetPort: 8267 clusterIP: None type: ClusterIP @@ -22,7 +22,7 @@ subsets: - ip: 192.168.20.253 ports: - name: app - port: 8265 + port: 8267 protocol: TCP --- @@ -46,7 +46,7 @@ spec: kind: Rule services: - name: tdarr - port: 8265 + port: 8267 scheme: http tls: secretName: tdarr-tls