We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816081e commit 1929ac8Copy full SHA for 1929ac8
docs/source/administrator/troubleshooting.md
@@ -38,12 +38,12 @@ hub:
38
networkPolicy:
39
ingress:
40
- from:
41
- - namespaceSelector:
42
- matchLabels:
43
- # namespace where your prometheus or vmagent is running
44
- name: victoriametrics
45
- - podSelector:
46
47
- # a valid selector for the pod that needs to reach jupyterhub
48
- app.kubernetes.io/instance: vmagent
+ - namespaceSelector:
+ matchLabels:
+ # namespace where your prometheus or vmagent is running
+ name: victoriametrics
+ - podSelector:
+ # a valid selector for the pod that needs to reach jupyterhub
+ app.kubernetes.io/instance: vmagent
49
```
0 commit comments