Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(chart): Linting #48

Merged
merged 1 commit into from
Nov 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions helm-charts/k8s-mediaserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ general:

sonarr:
enabled: true
container:
container:
image: docker.io/linuxserver/sonarr
nodeSelector: {}
port: 8989
Expand All @@ -42,7 +42,6 @@ sonarr:
nodePort:
extraLBService: false
# Defines an additional LB service, requires cloud provider service or MetalLB

ingress:
enabled: true
annotations: {}
Expand All @@ -64,7 +63,7 @@ sonarr:

radarr:
enabled: true
container:
container:
image: docker.io/linuxserver/radarr
nodeSelector: {}
port: 7878
Expand All @@ -74,7 +73,6 @@ radarr:
nodePort:
extraLBService: false
# Defines an additional LB service, requires cloud provider service or MetalLB

ingress:
enabled: true
annotations: {}
Expand All @@ -94,7 +92,7 @@ radarr:

jackett:
enabled: true
container:
container:
image: docker.io/linuxserver/jackett
nodeSelector: {}
port: 9117
Expand Down Expand Up @@ -123,7 +121,7 @@ jackett:

transmission:
enabled: true
container:
container:
image: docker.io/linuxserver/transmission
nodeSelector: {}
port:
Expand Down Expand Up @@ -167,7 +165,7 @@ transmission:

sabnzbd:
enabled: true
container:
container:
image: docker.io/linuxserver/sabnzbd
nodeSelector: {}
port:
Expand Down Expand Up @@ -207,7 +205,7 @@ plex:
enabled: true
claim: "CHANGEME"
replicaCount: 1
container:
container:
image: docker.io/linuxserver/plex
nodeSelector: {}
port: 32400
Expand Down