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:
Ricardo Rocha 2018-06-14 10:48:47 +02:00
parent e22215a3ef
commit 1710f3a84b
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ spec:
securityContext:
privileged: true
args:
- -d
- --web
- --api
- --logLevel=INFO
- --kubernetes
nodeSelector:
role: ${INGRESS_CONTROLLER_ROLE}