feat(common)!: Release v3.0.0-beta1 (#278)

This commit is contained in:
Bernd Schorgers 2024-03-07 19:53:41 +01:00 committed by GitHub
parent deafcf75a1
commit b78483b0b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
88 changed files with 3697 additions and 1209 deletions

View file

@ -50,7 +50,16 @@ controllers:
ingress:
main:
enabled: true
hosts:
- host: "test.local"
paths:
- path: /
service:
name: main
port: http
tls:
- hosts:
- "test.local"
configMaps:
config:
@ -59,9 +68,6 @@ configMaps:
test: value 1
persistence:
config:
enabled: true
data:
type: configMap
name: |-

View file

@ -17,13 +17,19 @@ controllers:
ingress:
main:
enabled: true
hosts:
- host: "test.local"
paths:
- path: /
service:
name: main
port: http
tls:
- hosts:
- "test.local"
persistence:
config:
enabled: true
media:
enabled: true
type: persistentVolumeClaim
accessMode: ReadWriteOnce
size: 1Gi

View file

@ -3,6 +3,7 @@ controllers:
type: cronjob
cronjob:
timeZone: UTC
schedule: "*/20 * * * *"
containers:
main:
image:

View file

@ -11,10 +11,6 @@ service:
main:
enabled: false
ingress:
main:
enabled: false
probes:
liveness:
enabled: false

View file

@ -32,7 +32,6 @@ service:
ingress:
# -- Enable and configure ingress settings for the chart under this key.
main:
enabled: true
hosts:
- host: chart-example.local
paths:
@ -55,7 +54,6 @@ ingress:
# -- Configure persistence settings for the chart under this key.
persistence:
config:
enabled: true
type: persistentVolumeClaim
accessMode: ReadWriteOnce
size: 1Gi