Skip to content

Commit

Permalink
remove unused values
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Apr 25, 2023
1 parent 42f34d3 commit a8ef126
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 @@ -141,8 +141,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 @@ -260,8 +260,6 @@ podSecurityContext:

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

Expand Down

0 comments on commit a8ef126

Please sign in to comment.