Update ipfs/nextcloud/minio/plex charts service variable

This commit is contained in:
Waqar Ahmed
2021-01-30 15:33:29 +05:00
parent e7f4adc039
commit b56fad0375
5 changed files with 9 additions and 9 deletions

View File

@@ -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 }}