diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 203ef807cb..04b10fd22d 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -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 diff --git a/library/common-test/ci/extra-containers-values.yaml b/library/common-test/ci/extra-containers-values.yaml new file mode 100644 index 0000000000..11a2678171 --- /dev/null +++ b/library/common-test/ci/extra-containers-values.yaml @@ -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