Skip to content

Commit

Permalink
chore: Merge remote-tracking branch 'origin/feat/extra-traefik-config…
Browse files Browse the repository at this point in the history
…urations' into feat/extra-traefik-configurations
  • Loading branch information
jpkraemer-mg committed Apr 19, 2024
2 parents eb1addb + 8f1a1c3 commit e216a9b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion charts/base-cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# base-cluster

![Version: 40.0.3](https://img.shields.io/badge/Version-40.0.3-informational?style=flat-square)
![Version: 40.1.0](https://img.shields.io/badge/Version-40.1.0-informational?style=flat-square)

A generic, base cluster setup

Expand Down Expand Up @@ -214,12 +214,17 @@ This helm chart requires flux v2 to be installed (https://fluxcd.io/docs/install
| speedtest.image.registry | string | `""` | |
| speedtest.image.repository | string | `"adolfintel/speedtest"` | |
| speedtest.image.tag | string | `"latest"` | |
| traefik.debug.enabled | bool | `true` | |
| traefik.image.tag | string | `"v2.11.2"` | |
| traefik.log.enabled | bool | `false` | |
| traefik.log.level | string | `"ERROR"` | |
| traefik.maxReplicas | int | `8` | |
| traefik.minReplicas | int | `2` | |
| traefik.resources.limits.cpu | string | `"4"` | |
| traefik.resources.limits.memory | string | `"500Mi"` | |
| traefik.resources.requests.cpu | string | `"1"` | |
| traefik.resources.requests.memory | string | `"250Mi"` | |
| traefik.throttleDuration | string | `"2s"` | |

# Upgrading

Expand Down

0 comments on commit e216a9b

Please sign in to comment.