mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
feat(common): Release version 2.0.0-beta.1 (#173)
This commit is contained in:
parent
19767d668c
commit
7b6ee00be6
189 changed files with 3110 additions and 3023 deletions
78
charts/library/common-test/ci/advanced-values.yaml
Normal file
78
charts/library/common-test/ci/advanced-values.yaml
Normal file
|
@ -0,0 +1,78 @@
|
|||
controllers:
|
||||
main:
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 29
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
||||
HTTP_PORT: 8887
|
||||
HTTPS_PORT: 9997
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
readiness:
|
||||
enabled: true
|
||||
startup:
|
||||
enabled: true
|
||||
|
||||
second-container:
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 29
|
||||
env:
|
||||
HTTP_PORT: 8888
|
||||
HTTPS_PORT: 9998
|
||||
|
||||
third-container:
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 29
|
||||
|
||||
second-controller:
|
||||
type: deployment
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 29
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
HTTP_PORT: 8889
|
||||
HTTPS_PORT: 9999
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
|
||||
configMaps:
|
||||
config:
|
||||
enabled: true
|
||||
data:
|
||||
test: value 1
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
data:
|
||||
type: configMap
|
||||
name: |-
|
||||
{{- (include "bjw-s.common.lib.chart.names.fullname" $) -}}-config
|
||||
advancedMounts:
|
||||
main: # the controller with whe "main" identifier
|
||||
main: # the container with whe "main" identifier
|
||||
- path: /data/config.yaml
|
||||
readOnly: false
|
||||
subPath: config.yaml
|
||||
second-container: # the container with whe "second-container" identifier
|
||||
- path: /appdata/config
|
||||
readOnly: true
|
||||
second-controller: # the controller with whe "second-controller" identifier
|
||||
main: # the container with whe "main" identifier
|
||||
- path: /data/config.yaml
|
||||
readOnly: false
|
||||
subPath: config.yaml
|
24
charts/library/common-test/ci/basic-values.yaml
Normal file
24
charts/library/common-test/ci/basic-values.yaml
Normal file
|
@ -0,0 +1,24 @@
|
|||
controllers:
|
||||
main:
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 29
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
readiness:
|
||||
enabled: true
|
||||
startup:
|
||||
enabled: true
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
19
charts/library/common-test/ci/cronjob-values.yaml
Normal file
19
charts/library/common-test/ci/cronjob-values.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
controllers:
|
||||
main:
|
||||
type: cronjob
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 29
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
configMaps:
|
||||
config:
|
||||
enabled: true
|
||||
data:
|
||||
test: value 1
|
24
charts/library/common-test/ci/no-service.yaml
Normal file
24
charts/library/common-test/ci/no-service.yaml
Normal file
|
@ -0,0 +1,24 @@
|
|||
controllers:
|
||||
main:
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 29
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
1
charts/library/common-test/ci/vaultwarden-example.yaml
Symbolic link
1
charts/library/common-test/ci/vaultwarden-example.yaml
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../../examples/helm/values.yaml
|
Loading…
Add table
Add a link
Reference in a new issue