From 460523c9d868d30f2e604feaa9bd6e790faf4ed0 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Sat, 11 Feb 2023 16:40:17 +0100 Subject: [PATCH] Cluster is so upset. Signed-off-by: Martyn Ranyard --- jelly/endpointslice.yaml | 15 --------------- jelly/service.yaml | 9 --------- 2 files changed, 24 deletions(-) delete mode 100644 jelly/endpointslice.yaml delete mode 100644 jelly/service.yaml diff --git a/jelly/endpointslice.yaml b/jelly/endpointslice.yaml deleted file mode 100644 index 266d32c..0000000 --- a/jelly/endpointslice.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: discovery.k8s.io/v1 -kind: EndpointSlice -metadata: - name: jellyfin-1 - labels: - kubernetes.io/service-name: jellyfin -addressType: IPv4 -ports: - - name: '' - appProtocol: http - protocol: TCP - port: 8096 -endpoints: -- addresses: - - "10.32.58.244" diff --git a/jelly/service.yaml b/jelly/service.yaml deleted file mode 100644 index 516ce72..0000000 --- a/jelly/service.yaml +++ /dev/null @@ -1,9 +0,0 @@ -kind: Service -apiVersion: v1 -metadata: - name: jellyfin -spec: - ports: - - protocol: TCP - port: 8096 - targetPort: 8096