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
{{ message }}
This repository was archived by the owner on Oct 3, 2020. It is now read-only.
**This project is in a very early state, but it might already be useful.**
18
-
19
17
.. image:: screenshot.png
20
18
:alt:Screenshot
21
19
@@ -157,6 +155,10 @@ The following environment variables are supported:
157
155
Optional Redis server to use for pub/sub events and job locking when running more than one replica. Example: ``redis://my-redis:6379``
158
156
``SERVER_PORT``
159
157
HTTP port to listen on. It defaults to ``8080``.
158
+
``NODE_LINK_URL_TEMPLATE``
159
+
Template to make Nodes clickable, e.g. can point to `kube-web-view <https://codeberg.org/hjacobs/kube-web-view/>`_. ``{cluster}`` (cluster ID) and ``{name}`` (Node name) will be replaced in the URL template.
160
+
``POD_LINK_URL_TEMPLATE``
161
+
Template to make Pods clickable, e.g. can point to `kube-web-view <https://codeberg.org/hjacobs/kube-web-view/>`_. ``{cluster}`` (cluster ID), ``{namespace}`` (Pod's namespace), and ``{name}`` (Pod name) will be replaced in the URL template.
0 commit comments