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.
2 parents ff020c4 + 0f4076b commit 1111004Copy full SHA for 1111004
1 file changed
codacy/values.yaml
@@ -9,7 +9,7 @@ global:
9
portal:
10
url: "codacy-portal"
11
port: 80
12
- pullRequestListTimeoutSeconds : 30
+ pullRequestListTimeoutSeconds: 30
13
engine:
14
url: "codacy-engine"
15
@@ -247,13 +247,13 @@ codacy-ingress:
247
kubernetes.io/ingress.class: nginx
248
nginx.ingress.kubernetes.io/use-regex: "true"
249
extraPaths:
250
- - backend:
251
- service:
252
- name: codacy-crow
253
- port:
254
- name: http
255
- path: /monitoring
256
- pathType: ImplementationSpecific
+ - backend:
+ service:
+ name: codacy-crow
+ port:
+ name: http
+ path: /monitoring
+ pathType: ImplementationSpecific
257
258
## If you set this to be enabled: true, you must clean up the fluentd job yourself
259
fluentdoperator:
0 commit comments