diff --git a/library/common-test/ci/basic-values.yaml b/library/common-test/ci/basic-values.yaml index bfcecb7563..163447ade2 100644 --- a/library/common-test/ci/basic-values.yaml +++ b/library/common-test/ci/basic-values.yaml @@ -5,8 +5,12 @@ image: service: main: + enabled: true + primary: true ports: main: + enabled: true + primary: true protocol: HTTP port: 8080 @@ -18,6 +22,8 @@ workload: podSpec: containers: main: + enabled: true + primary: true args: - --port - "8080" diff --git a/library/common-test/ci/configmap-values.yaml b/library/common-test/ci/configmap-values.yaml index b51dc997a1..86c6994cc6 100644 --- a/library/common-test/ci/configmap-values.yaml +++ b/library/common-test/ci/configmap-values.yaml @@ -5,8 +5,12 @@ image: service: main: + enabled: true + primary: true ports: main: + enabled: true + primary: true protocol: HTTP port: 8080 @@ -18,6 +22,8 @@ workload: podSpec: containers: main: + enabled: true + primary: true args: - --port - "8080" diff --git a/library/common-test/ci/cron-values.yaml b/library/common-test/ci/cron-values.yaml index 4b3c63289e..92eefa1db6 100644 --- a/library/common-test/ci/cron-values.yaml +++ b/library/common-test/ci/cron-values.yaml @@ -5,8 +5,12 @@ image: service: main: + enabled: true + primary: true ports: main: + enabled: true + primary: true protocol: HTTP port: 8080 @@ -18,6 +22,8 @@ workload: restartPolicy: OnFailure containers: main: + enabled: true + primary: true args: - --port - "8080" diff --git a/library/common-test/ci/daemonset-values.yaml b/library/common-test/ci/daemonset-values.yaml index 24f1419882..be12979924 100644 --- a/library/common-test/ci/daemonset-values.yaml +++ b/library/common-test/ci/daemonset-values.yaml @@ -5,8 +5,12 @@ image: service: main: + enabled: true + primary: true ports: main: + enabled: true + primary: true protocol: HTTP port: 8080 @@ -18,6 +22,8 @@ workload: podSpec: containers: main: + enabled: true + primary: true args: - --port - "8080" diff --git a/library/common-test/ci/imagePullSecret-values.yaml b/library/common-test/ci/imagePullSecret-values.yaml index 5f6b444553..781b5014bc 100644 --- a/library/common-test/ci/imagePullSecret-values.yaml +++ b/library/common-test/ci/imagePullSecret-values.yaml @@ -5,8 +5,12 @@ image: service: main: + enabled: true + primary: true ports: main: + enabled: true + primary: true protocol: HTTP port: 8080 @@ -18,6 +22,8 @@ workload: podSpec: containers: main: + enabled: true + primary: true args: - --port - "8080" diff --git a/library/common-test/ci/job-values.yaml b/library/common-test/ci/job-values.yaml index 9e06fd8c0e..fcb66e7748 100644 --- a/library/common-test/ci/job-values.yaml +++ b/library/common-test/ci/job-values.yaml @@ -5,8 +5,12 @@ image: service: main: + enabled: true + primary: true ports: main: + enabled: true + primary: true protocol: HTTP port: 8080 @@ -17,6 +21,8 @@ workload: restartPolicy: Never containers: main: + enabled: true + primary: true args: - --port - "8080" diff --git a/library/common-test/ci/persistence-values.yaml b/library/common-test/ci/persistence-values.yaml index cfaaf89303..39d6101ad0 100644 --- a/library/common-test/ci/persistence-values.yaml +++ b/library/common-test/ci/persistence-values.yaml @@ -5,8 +5,12 @@ image: service: main: + enabled: true + primary: true ports: main: + enabled: true + primary: true port: 8080 workload: @@ -17,6 +21,8 @@ workload: podSpec: containers: main: + enabled: true + primary: true args: - --port - "8080" diff --git a/library/common-test/ci/secret-values.yaml b/library/common-test/ci/secrets-values.yaml similarity index 96% rename from library/common-test/ci/secret-values.yaml rename to library/common-test/ci/secrets-values.yaml index 20f7094a3e..a1ca3860e5 100644 --- a/library/common-test/ci/secret-values.yaml +++ b/library/common-test/ci/secrets-values.yaml @@ -18,6 +18,8 @@ workload: podSpec: containers: main: + enabled: true + primary: true args: - --port - "8080" diff --git a/library/common-test/ci/statefulset-values.yaml b/library/common-test/ci/statefulset-values.yaml index 24f1419882..be12979924 100644 --- a/library/common-test/ci/statefulset-values.yaml +++ b/library/common-test/ci/statefulset-values.yaml @@ -5,8 +5,12 @@ image: service: main: + enabled: true + primary: true ports: main: + enabled: true + primary: true protocol: HTTP port: 8080 @@ -18,6 +22,8 @@ workload: podSpec: containers: main: + enabled: true + primary: true args: - --port - "8080"