mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat(common): Release v2.1.0 (#221)
Co-authored-by: Christopher Larivière <lariviere.c@gmail.com>
This commit is contained in:
parent
272dbef383
commit
b360c9885a
18 changed files with 288 additions and 44 deletions
|
@ -135,6 +135,8 @@ controllers:
|
|||
# -- Specifies how to treat concurrent executions of a job that is created by this cron job
|
||||
# valid values are Allow, Forbid or Replace
|
||||
concurrencyPolicy: Forbid
|
||||
# -- Sets the CronJob timezone (only works in Kubernetes >= 1.27)
|
||||
timeZone:
|
||||
# -- Sets the CronJob time when to execute your jobs
|
||||
schedule: "*/20 * * * *"
|
||||
# -- The deadline in seconds for starting the job if it misses its scheduled time for any reason
|
||||
|
@ -201,19 +203,25 @@ controllers:
|
|||
# Syntax options:
|
||||
# A) TZ: UTC
|
||||
# B) PASSWD: '{{ .Release.Name }}'
|
||||
# C) PASSWD:
|
||||
# B) TZ:
|
||||
# value: UTC
|
||||
# dependsOn: otherVar
|
||||
# D) PASSWD:
|
||||
# configMapKeyRef:
|
||||
# name: config-map-name
|
||||
# key: key-name
|
||||
# D) PASSWD:
|
||||
# E) PASSWD:
|
||||
# dependsOn:
|
||||
# - otherVar1
|
||||
# - otherVar2
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: secret-name
|
||||
# key: key-name
|
||||
# ...
|
||||
# E) - name: TZ
|
||||
# value: UTC
|
||||
# F) - name: TZ
|
||||
# value: UTC
|
||||
# G) - name: TZ
|
||||
# value: '{{ .Release.Name }}'
|
||||
env:
|
||||
|
||||
|
@ -500,6 +508,9 @@ ingress:
|
|||
# -- Set the ingressClass that is used for this ingress.
|
||||
className: # "nginx"
|
||||
|
||||
# -- Configure the defaultBackend for this ingress. This will disable any other rules for the ingress.
|
||||
defaultBackend:
|
||||
|
||||
## Configure the hosts for the ingress
|
||||
hosts:
|
||||
- # -- Host address. Helm template can be passed.
|
||||
|
@ -558,7 +569,7 @@ route:
|
|||
# Name of the section within the target resource.
|
||||
sectionName:
|
||||
|
||||
# -- Host addresses
|
||||
# -- Host addresses. Helm template can be passed.
|
||||
hostnames: []
|
||||
|
||||
# -- Configure rules for routing. Defaults to the primary service.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue