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