k8s_fedora: set ingress traefik log level to INFO
Explicitly pass --logLevel instead of using -d. Also renamed option --web (deprecated) to --api. Change-Id: I3bcc679eae833cec6086c744d48adfa86f6f51b8 Story: 2002556 Task: 22118
This commit is contained in:
parent
e22215a3ef
commit
1710f3a84b
@ -30,8 +30,8 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
args:
|
args:
|
||||||
- -d
|
- --api
|
||||||
- --web
|
- --logLevel=INFO
|
||||||
- --kubernetes
|
- --kubernetes
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
role: ${INGRESS_CONTROLLER_ROLE}
|
role: ${INGRESS_CONTROLLER_ROLE}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user