feat(grafana): enabled/disabled configurable

!8
This commit is contained in:
2024-02-04 15:01:04 +09:30
parent c5bb46f48a
commit e0cb8f57e2
16 changed files with 43 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{{ if .Values.nfc_monitoring.grafana.enabled -}}
---
apiVersion: v1
kind: Service
metadata:
@ -24,3 +24,5 @@ spec:
#nodePort: 3000
#type: LoadBalancer
sessionAffinity: ClientIP
{{- end }}