Skip to content

Commit

Permalink
remove unused values
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
  • Loading branch information
JorTurFer committed May 26, 2023
1 parent 4f5227a commit a49d7d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions keda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ their default values.
| `http.timeout` | The default HTTP timeout to use for all scalers that use raw HTTP clients (some scalers use SDKs to access target services. These have built-in HTTP clients, and the timeout does not necessarily apply to them) | `` |
| `http.minTlsVersion` | The minimum TLS version to use for all scalers that use raw HTTP clients (some scalers use SDKs to access target services. These have built-in HTTP clients, and this value does not necessarily apply to them) | `` |
| `service.annotations` | Annotations to add the KEDA Metric Server service | `{}` |
| `service.portHttp` | Service HTTP port for KEDA Metric Server service | `80` |
| `service.portHttpTarget` | Service HTTP port for KEDA Metric Server container | `8080` |
| `service.portHttps` | HTTPS port for KEDA Metric Server service | `443` |
| `service.portHttpsTarget` | HTTPS port for KEDA Metric Server container | `6443` |
| `prometheus.metricServer.enabled` | Enable metric server Prometheus metrics expose | `false` |
Expand Down
2 changes: 0 additions & 2 deletions keda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,6 @@ podSecurityContext:

service:
type: ClusterIP
portHttp: 80
portHttpTarget: 8080
portHttps: 443
portHttpsTarget: 6443

Expand Down

0 comments on commit a49d7d0

Please sign in to comment.