Check if plex uses provided config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-10-02 21:42:00 -04:00
parent 8ce9d03da2
commit 0fb0077f54

View File

@ -5,7 +5,6 @@ metadata:
namespace: plex-ns namespace: plex-ns
data: data:
values.yaml: |- values.yaml: |-
# Custom values # Custom values
nodeSelector: nodeSelector:
kubernetes.io/hostname: gluttony kubernetes.io/hostname: gluttony
@ -46,12 +45,12 @@ data:
# -- Configures service settings for the chart. # -- Configures service settings for the chart.
# @default -- See values.yaml # @default -- See values.yaml
service: service:
main: #main:
primary: true # type: LoadBalancer
ports: # primary: true
http: # ports:
type: LoadBalancer # http:
port: 32400 # port: 32400
dnla-tcp: dnla-tcp:
enabled: false enabled: false
type: NodePort type: NodePort