Files
chart/library/ix-dev/community/piwigo/templates/_service.tpl
Stavros Kois ddcd308d34 NAS-123824 / 24.04 / add piwigo to community train (#1494)
* add `piwigo` to `community` train

* update keywords

* update readme

* typo

* add initial templtes

* add values

* add config and Ui

* add deployment

* simplify

* only on install

* hmm

* add some validation and update description
2023-09-06 15:39:24 +03:00

28 lines
590 B
Smarty

{{- define "piwigo.service" -}}
service:
piwigo:
enabled: true
primary: true
type: NodePort
targetSelector: piwigo
ports:
webui:
enabled: true
primary: true
port: {{ .Values.piwiNetwork.webPort }}
nodePort: {{ .Values.piwiNetwork.webPort }}
targetPort: 80
targetSelector: piwigo
mariadb:
enabled: true
type: ClusterIP
targetSelector: mariadb
ports:
mariadb:
enabled: true
primary: true
port: 3306
targetPort: 3306
targetSelector: mariadb
{{- end -}}