mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
Update ipfs/nextcloud/minio/plex charts service variable
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
{{ $ports = mustAppend $ports (dict "name" "api" "port" $svc.apiPort "nodePort" $svc.apiPort "targetPort" 9501) }}
|
||||
{{ $ports = mustAppend $ports (dict "name" "gateway" "port" $svc.gatewayPort "nodePort" $svc.gatewayPort "targetPort" 9880) }}
|
||||
{{ $params := . }}
|
||||
{{ $_ := set $params "service" (dict "type" "NodePort" "ports" $ports ) }}
|
||||
{{ $_ := set $params "commonService" (dict "type" "NodePort" "ports" $ports ) }}
|
||||
{{ include "common.classes.service" $params }}
|
||||
|
||||
Reference in New Issue
Block a user