mirror of
https://github.com/flashcatcloud/n9e-helm.git
synced 2026-03-02 22:29:00 +00:00
MVP
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
Please wait for several minutes for Harbor deployment to complete.
|
||||
Then you should be able to visit the Harbor portal at {{ .Values.externalURL }}
|
||||
Please wait for several minutes for nightingale deployment to complete.
|
||||
Then you should be able to visit the nightingale web at {{ .Values.externalURL }}
|
||||
For more details, please visit https://github.com/flashcat/n9e-helm
|
||||
|
||||
@@ -5,7 +5,7 @@ metadata:
|
||||
name: nwebapi-dashboards
|
||||
data:
|
||||
mysql_by_exporter.json: |-
|
||||
{{ .Files.Get "files/mysql_by_exporter.json" | indent 4 }}
|
||||
{{ .Files.Get "$.BasPath/files/mysql_by_exporter.json" | indent 4 }}
|
||||
redis_by_exporter.json: |-
|
||||
{{ .Files.Get "files/redis_by_exporter.json" | indent 4 }}
|
||||
{{ .Files.Get "$.BasePath/files/redis_by_exporter.json" | indent 4 }}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user