From 45e6817411f0ec11d69dd5707d45ca3065294033 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 17 Feb 2025 21:28:18 -0600 Subject: [PATCH] add claim --- .../applications/plex/templates/service.yaml | 16 ---------------- clusters/cl01tl/applications/plex/values.yaml | 8 ++++---- 2 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 clusters/cl01tl/applications/plex/templates/service.yaml diff --git a/clusters/cl01tl/applications/plex/templates/service.yaml b/clusters/cl01tl/applications/plex/templates/service.yaml deleted file mode 100644 index dd70c3029..000000000 --- a/clusters/cl01tl/applications/plex/templates/service.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: plex-external -spec: - selector: - app.kubernetes.io/name: plex - ports: - - protocol: TCP - port: 32400 - targetPort: 32400 - type: LoadBalancer -status: - loadBalancer: - ingress: - - ip: 10.232.1.22 diff --git a/clusters/cl01tl/applications/plex/values.yaml b/clusters/cl01tl/applications/plex/values.yaml index e255525d2..b63573b28 100644 --- a/clusters/cl01tl/applications/plex/values.yaml +++ b/clusters/cl01tl/applications/plex/values.yaml @@ -14,10 +14,10 @@ plex: env: - name: TZ value: US/Central - - name: ADVERTISE_IP - value: https://plex-cl01tl.boreal-beaufort.ts.net:443/ - - name: ALLOWED_NETWORKS - value: 192.168.1.0/24,192.168.5.0/24,10.232.0.0/22,10.230.0.0/20 + - name: VERSION + value: docker + - name: PLEX_CLAIM + value: claim-TrWgepFH4QzBZn6wh_o7 resources: requests: gpu.intel.com/i915: 1