Files
chart/charts/nextcloud/1.6.29/templates/postgres-service.yaml
Stavros Kois 15667f36a6 NAS-123919 / 24.04 / re-adds nextcloud chart with version 26 (#1548)
* re-adds nextcloud chart with version 26

* add to_keep_versions
2023-10-06 16:44:43 +03:00

7 lines
343 B
YAML

{{ $ports := list }}
{{ $ports = mustAppend $ports (dict "name" "postgres-tcp" "port" 5432 "targetPort" 5432) }}
{{ $values := (. | mustDeepCopy) }}
{{ $_ := set $values "common" (dict "nameSuffix" "postgres") }}
{{ $_1 := set $values "commonService" (dict "type" "ClusterIP" "ports" $ports ) }}
{{ include "common.classes.service" $values }}