mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
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:
parent
44b1665b61
commit
3d3028b889
30 changed files with 364 additions and 61 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue