diff --git a/plex/templates/deployment.yaml b/plex/templates/deployment.yaml index 348e7c8..47aa920 100644 --- a/plex/templates/deployment.yaml +++ b/plex/templates/deployment.yaml @@ -25,8 +25,6 @@ spec: value: "100" - name: VERSION value: docker - - name: PLEX_CLAIM - value: claim-eycC9Rs7fzNma6zuza6c name: plex image: lscr.io/linuxserver/plex ports: diff --git a/plex/templates/service.yaml b/plex/templates/service.yaml index 5e3b147..efdaa05 100644 --- a/plex/templates/service.yaml +++ b/plex/templates/service.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: service + name: plex spec: selector: component: plex