We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fa03e commit a3ff854Copy full SHA for a3ff854
kubernetes/devnet-1/dora/values.yaml
@@ -16,6 +16,11 @@ dora:
16
ingress:
17
enabled: true
18
className: ingress-nginx-public
19
+ annotations:
20
+ nginx.ingress.kubernetes.io/configuration-snippet: |
21
+ sub_filter '</head>' '<script src="//raw.githubusercontent.com/pk910/panda-menu/refs/heads/main/inject.js"></script></head>';
22
+ sub_filter_once off;
23
+ nginx.ingress.kubernetes.io/proxy-body-size: "0"
24
hosts:
25
- host: dora.bal-devnet-1.ethpandaops.io
26
paths:
0 commit comments