Files
chart/library/ix-dev/community/pgadmin/templates/_service.tpl
Stavros Kois d7a011168f NAS-123129 / 23.10 / add pgadmin to community train (#1387)
* add `pgadmin` to `community` train

* add readme's

* metadata

* add  templates and values

* update metadat
2023-07-21 19:43:28 +03:00

16 lines
354 B
Smarty

{{- define "pgadmin.service" -}}
service:
pgadmin:
enabled: true
primary: true
type: NodePort
targetSelector: pgadmin
ports:
webui:
enabled: true
primary: true
port: {{ .Values.pgadminNetwork.webPort }}
nodePort: {{ .Values.pgadminNetwork.webPort }}
targetSelector: pgadmin
{{- end -}}