You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifest.jps
+30-18Lines changed: 30 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -45,21 +45,15 @@ onInstall:
45
45
- remove-attr
46
46
- if (${settings.monitoring:true}):
47
47
- install_monitoring
48
-
- setGlobals:
49
-
monitoring_success: |
50
-
Enter [Prometheus dashboard](${env.url}prometheus/), [Prometheus AlertManager](${env.url}prometheus-alert/)
51
-
and [Grafana dashboard](${env.url}grafana/), using login "admin" and password:
52
-
53
-
```${globals.grafana_secret}```
54
-
48
+
55
49
- setGlobals:
56
-
default_success: |
50
+
default_success: |
57
51
Enter [Kubernetes dashboard](${globals.dashboardUrl}) or [Remote API Endpoint](${env.protocol}://${env.domain}/api/) using the Access Token:
58
52
59
53
```${globals.token}```
60
54
Press **Open in Browser** to view a default web page of your application.
61
-
To bind a custom domain name with your Kubernetes cluster please refer to the steps described in Jelastic [documentation](https://docs.jelastic.com/custom-domains).
62
-
55
+
To bind a custom domain name with your Kubernetes cluster please refer to the steps described in Jelastic [documentation](https://docs.jelastic.com/custom-domains).
56
+
63
57
- if ('${env.protocol}' == 'http'):
64
58
- api: env.control.AddEndpoint
65
59
nodeId: ${nodes.cp.master.id}
@@ -224,18 +218,25 @@ actions:
224
218
cmd[*]: |-
225
219
chattr -i -a /root/.bash_*
226
220
user: root
227
-
228
-
221
+
222
+
229
223
install_monitoring:
224
+
- log: '${globals.monitoring_installed}'
225
+
- if ('${globals.monitoring_installed}' == 'true'):
0 commit comments