Skip to content

Commit

Permalink
Merge pull request kubealex#48 from kubealex/release-0.7.0
Browse files Browse the repository at this point in the history
feat(chart): Linting
  • Loading branch information
kubealex authored Nov 26, 2022
2 parents a1015fe + a258390 commit 7c62f83
Showing 1 changed file with 6 additions and 8 deletions.
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

0 comments on commit 7c62f83

Please sign in to comment.