...
- stream_publish/stream_subscribe handle as string; change VES spec and test
- readiness mapping Include PORT/initialdelaySeconds into auxillary.healthcheck on component spec schema as optional parameter for mapping into readiness check -
- and override based on inputfrom base template. (It should be already supported) globalNodeportPrefix - make default
3. Identify Component-spec schema changes for ENV setting mapping (refer REQ #1 below) IN PROGRESS
- - Spec schema sample to be added under REQ1 section and also updated component spec schema file - Nick
- - Verify if the service configuration can be supported as list under common/service - Vijay Kumar
4. Identify Component-spec schema changes for Service mapping (and nodeport) (refer REQ #7 below) IN PROGRESS
...
Code Block | ||||
---|---|---|---|---|
| ||||
"auxilary": { . . "helm": { "application_env": { "PMSH_PG_URL": "dcae-pmsh-pg-primary", "PMSH_PG_USERNAME": { "secretUid": "*pgUserCredsSecretUid", "key": "login" }, "PMSH_PG_PASSWORD": { "secretUid": "*pgUserCredsSecretUid", "key": "password" } } } . . } |
...
applicationEnv:
PMSH_PG_URL: dcae-pmsh-pg-primary
PMSH_PG_USERNAME:
secretUid: * pgUserCredsSecretUid
key: login
PMSH_PG_PASSWORD:
secretUid: * pgUserCredsSecretUid
key: password
...