mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 23:19:15 +08:00
add extra-containers file
This commit is contained in:
2
.github/workflows/common_library_tests.yaml
vendored
2
.github/workflows/common_library_tests.yaml
vendored
@@ -108,7 +108,7 @@ jobs:
|
||||
- basic-values.yaml
|
||||
- configmap-values.yaml
|
||||
- daemonset-values.yaml
|
||||
- extracontainers-values.yaml
|
||||
- extra-containers-values.yaml
|
||||
- job-cron-values.yaml
|
||||
- persistence-values.yaml
|
||||
- rbac-values.yaml
|
||||
|
||||
25
library/common-test/ci/extra-containers-values.yaml
Normal file
25
library/common-test/ci/extra-containers-values.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
image:
|
||||
repository: traefik/whoami
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: HTTP
|
||||
port: 8080
|
||||
|
||||
args:
|
||||
- --port
|
||||
- "8080"
|
||||
|
||||
#TODO: Add extra containers
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
readiness:
|
||||
enabled: true
|
||||
startup:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user