Skip to content

Commit

Permalink
debug: defaulted back to rancher rkeProxy values
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos committed May 28, 2024
1 parent 6ca07a5 commit 759d24a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ annotations:
catalog.cattle.io/requests-memory: 1000Mi
name: caas-cluster-monitoring
description: A Helm chart for Rancher Cluster Monitoring V3
version: "0.0.10-rc0"
version: "0.0.10-rc1"
appVersion: "58.4.0"
icon: https://raw.githubusercontent.com/caas-team/caas-project-monitoring/main/logo.png
keywords:
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,12 +523,6 @@ available config parameters:

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `rkeProxy.clients.https.authenticationMethod.authorization.enabled` | bool | `false` | |
| `rkeProxy.clients.https.authenticationMethod.bearerTokenFile.enabled` | bool | `false` | |
| `rkeProxy.clients.https.authenticationMethod.bearerTokenSecret.enabled` | bool | `false` | |
| `rkeProxy.clients.https.enabled` | bool | `true` | |
| `rkeProxy.clients.https.insecureSkipVerify` | bool | `true` | |
| `rkeProxy.clients.https.useServiceAccountCredentials` | bool | `true` | |
| `rkeProxy.clients.port` | int | `10013` | |
| `rkeProxy.clients.tolerations[0].effect` | string | `"NoExecute"` | |
| `rkeProxy.clients.tolerations[0].operator` | string | `"Exists"` | |
Expand Down
Binary file modified charts/kube-prometheus-stack-58.4.0.tgz
Binary file not shown.
22 changes: 6 additions & 16 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ rkeEtcd:
operator: "Exists"

rkeIngressNginx:
enabled: false
clients:
nodeSelector:
node-role.kubernetes.io/worker: "true"
Expand All @@ -739,32 +740,21 @@ rkeIngressNginx:
operator: "Exists"
useLocalhost: true
component: ingress-nginx
enabled: false
metricsPort: 10254

rkeProxy:
enabled: false
metricsPort: 10249
component: kube-proxy
clients:
https:
enabled: true
useServiceAccountCredentials: true
insecureSkipVerify: true
authenticationMethod:
authorization:
enabled: false
bearerTokenFile:
enabled: false
bearerTokenSecret:
enabled: false
port: 10013
useLocalhost: true
tolerations:
- effect: "NoExecute"
operator: "Exists"
- effect: "NoSchedule"
operator: "Exists"
useLocalhost: true
component: kube-proxy
enabled: false
metricsPort: 10249


rkeScheduler:
clients:
Expand Down

0 comments on commit 759d24a

Please sign in to comment.