feat(common): Release v2.4.0 (#245)

Signed-off-by: Christopher Larivière <lariviere.c@gmail.com>
Co-authored-by: Christopher Larivière <lariviere.c@gmail.com>
Co-authored-by: Markus Reiter <me@reitermark.us>
This commit is contained in:
Bernd Schorgers 2023-12-10 09:56:08 +01:00 committed by GitHub
parent 44b1665b61
commit 3d3028b889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 364 additions and 61 deletions

View file

@ -161,7 +161,8 @@ controllers:
# - name: data
# labels: {}
# annotations: {}
# mountPath: /data
# globalMounts:
# - path: /data
# accessMode: "ReadWriteOnce"
# dataSourceRef:
# apiGroup: snapshot.storage.k8s.io
@ -171,8 +172,9 @@ controllers:
# - name: backup
# labels: {}
# annotations: {}
# mountPath: /backup
# subPath: theSubPath
# globalMounts:
# - path: /backup
# subPath: theSubPath
# accessMode: "ReadWriteOnce"
# size: 2Gi
# storageClass: cheap-storage-class
@ -207,6 +209,8 @@ controllers:
command: []
# -- Override the args for the default container
args: []
# -- Override the working directory for the default container
workingDir:
# -- Environment variables. Template enabled.
# Syntax options:
@ -589,13 +593,7 @@ route:
# -- Configure rules for routing. Defaults to the primary service.
rules:
- # -- Configure backends where matching requests should be sent.
backendRefs:
- group: ""
kind: Service
name: main
namespace:
port:
weight: 1
backendRefs: []
## Configure conditions used for matching incoming requests. Only for HTTPRoutes
matches:
- path:
@ -603,6 +601,8 @@ route:
value: /
## Request filters that are applied to the rules.
filters: []
## Request timeout that are applied to the rules.
timeouts: {}
# -- Configure persistence for the chart here.
# Additional items can be added by adding a dictionary key similar to the 'config' key.