@@ -27,14 +27,16 @@ Feature: Install a local single-cluster NVCF stack with PKI-secured LLM transpor
2727 # signing role, and the provisioning hook needs the
2828 # nvcf-openbao-migrations tag (no default propagates from env).
2929 And I update yaml file "deploy/stacks/self-managed/environments/local-bdd-pki.yaml" with keys:
30- | global .imagePullSecrets [0 ].name | nvcr -pull -secret |
31- | global .helm .sources .repository | ${SAMPLE_NGC_ORG }/${SAMPLE_NGC_TEAM } |
32- | global .image .repository | ${SAMPLE_NGC_ORG }/${SAMPLE_NGC_TEAM } |
33- | addons .llm .pki .enabled | true |
34- | addons .llm .pki .dnsNames [0 ] | llm -request -router .nvcf .svc .cluster .local |
35- | addons .llm .pki .allowedDomains | nvcf .svc .cluster .local |
36- | addons .llm .pki .image .tag | 0 .16 .2 |
37- | observability .profile | disabled |
30+ | global .imagePullSecrets [0 ].name | nvcr -pull -secret |
31+ | global .helm .sources .repository | ${SAMPLE_NGC_ORG }/${SAMPLE_NGC_TEAM } |
32+ | global .image .repository | ${SAMPLE_NGC_ORG }/${SAMPLE_NGC_TEAM } |
33+ | api .env .NVCF_SIDECARS_LLM_ROUTER_CLIENT_IMAGE | nvcr .io /${SAMPLE_NGC_ORG }/${SAMPLE_NGC_TEAM }/stargate -client :0 .2 .0 |
34+ | addons .llm .requestRouter .chartPath | ../../../helm /llm -request -router /llm -request -router |
35+ | addons .llm .pki .enabled | true |
36+ | addons .llm .pki .dnsNames [0 ] | llm -request -router .nvcf .svc .cluster .local |
37+ | addons .llm .pki .allowedDomains | nvcf .svc .cluster .local |
38+ | addons .llm .pki .image .tag | 0 .16 .2 |
39+ | observability .profile | disabled |
3840 And I copy the file "tests/bdd/fixtures/nvcf-compute-plane-local-bdd.yaml" to "deploy/stacks/nvcf-compute-plane/environments/local-bdd-pki.yaml"
3941 And I update yaml file "deploy/stacks/nvcf-compute-plane/environments/local-bdd-pki.yaml" with keys:
4042 | global .imagePullSecrets [0 ].name | nvcr -pull -secret |
0 commit comments