Files
chart/library/ix-dev/charts/prometheus/templates/_portal.tpl
Stavros Kois 7a6c40bcbc NAS-121272 / 23.10 / Adds prometheus to charts train (#1072)
* initial prometheus commit

* add prometheus

* add descriptions

* bump common
2023-04-12 17:38:57 +03:00

13 lines
213 B
Smarty

{{- define "prometheus.portal" -}}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: portal
data:
path: /
port: {{ .Values.prometheusNetwork.apiPort | quote }}
protocol: http
host: $node_ip
{{- end -}}