fix(plex-meta-manager) remove port | disable service (#3934)

* fix(plex-meta-manager) remove port | disable service

* skip plex meta from install as it requires keys

* Apply suggestions from code review

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Xstar97
2022-09-28 09:11:00 +03:00
committed by GitHub
co-authored by Stavros Kois
parent af0f2181e7
commit 10432f3bca
4 changed files with 7 additions and 47 deletions
+2
View File
@@ -47,6 +47,8 @@ excluded-charts:
- charts/dev/csgo - charts/dev/csgo
- charts/dev/cstrike1-6 - charts/dev/cstrike1-6
- charts/dev/cstrikeconditionzero - charts/dev/cstrikeconditionzero
- charts/stable/plex-meta-manager
- charts/incubator/plex-meta-manager
chart-repos: chart-repos:
- truecharts=https://charts.truecharts.org - truecharts=https://charts.truecharts.org
- truecharts-library=https://library-charts.truecharts.org - truecharts-library=https://library-charts.truecharts.org
@@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: plex-meta-manager name: plex-meta-manager
version: 0.0.25 version: 0.0.26
appVersion: "1.17.3" appVersion: "1.17.3"
description: Python script to update metadata and automatically build collections. description: Python script to update metadata and automatically build collections.
type: application type: application
@@ -12,7 +12,7 @@ keywords:
- plex-meta-manager - plex-meta-manager
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/plex-meta-manager - https://github.com/truecharts/charts/tree/master/charts/incubator/plex-meta-manager
- https://hub.docker.com/r/meisnate12/Plex-Meta-Manager - https://hub.docker.com/r/meisnate12/plex-meta-manager
- https://github.com/meisnate12/Plex-Meta-Manager - https://github.com/meisnate12/Plex-Meta-Manager
dependencies: dependencies:
- name: common - name: common
@@ -38,36 +38,6 @@ questions:
type: boolean type: boolean
default: true default: true
# Include{containerConfig} # Include{containerConfig}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: "Main Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 10281
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 10281
# Include{serviceExpertRoot} # Include{serviceExpertRoot}
default: false default: false
# Include{serviceExpert} # Include{serviceExpert}
@@ -83,17 +53,6 @@ questions:
# Include{persistenceBasic} # Include{persistenceBasic}
# Include{persistenceAdvanced} # Include{persistenceAdvanced}
# Include{persistenceList} # Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList} # Include{ingressList}
# Include{security} # Include{security}
# Include{securityContextAdvancedRoot} # Include{securityContextAdvancedRoot}
@@ -19,11 +19,10 @@ env:
service: service:
main: main:
enabled: false
ports: ports:
main: main:
port: 10281 enabled: false
targetPort: 10281
protocol: HTTP
probes: probes:
liveness: liveness:
@@ -36,7 +35,7 @@ probes:
persistence: persistence:
config: config:
enabled: true enabled: true
mountPath: "/config" mountPath: /config
initContainers: initContainers:
1-create-init-config-file: 1-create-init-config-file: