We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4e759 commit 74eac39Copy full SHA for 74eac39
1 file changed
values.yaml
@@ -21,6 +21,20 @@ logs:
21
# https://doc.traefik.io/traefik/reference/install-configuration/observability/logs-and-accesslogs/#json-format-fields
22
names:
23
RouterName: drop
24
+
25
+# on some bare-metal installations, we need special privileges to run traefik on port 80. If traefik reports an error try
26
+# uncommenting the following lines.
27
28
+#deployment:
29
+# podSecurityContext:
30
+# runAsNonRoot: false
31
+#
32
+#securityContext:
33
34
+# runAsUser: 0
35
+# capabilities:
36
+# drop: []
37
38
ports:
39
web:
40
port: 80
0 commit comments