Change service syntax
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-10-02 21:25:20 -04:00
parent a0613821bb
commit 8ce9d03da2

View File

@ -46,11 +46,11 @@ data:
# -- Configures service settings for the chart. # -- Configures service settings for the chart.
# @default -- See values.yaml # @default -- See values.yaml
service: service:
type: LoadBalancer
main: main:
primary: true primary: true
ports: ports:
http: http:
type: LoadBalancer
port: 32400 port: 32400
dnla-tcp: dnla-tcp:
enabled: false enabled: false