Dashboard: add --disable-settings-authorizer to avoid settings 403 forbidden
parent
4e3b9c8907
commit
8e650c0c61
|
@ -42,6 +42,8 @@ spec:
|
|||
ports:
|
||||
- containerPort: 9090
|
||||
protocol: TCP
|
||||
args:
|
||||
- --disable-settings-authorizer
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
|
|
Loading…
Reference in New Issue