Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  •  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 -
  •  globalNodeportPrefix - make default and override based on inputfrom base template. (It should be already supported)


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 Venkatesh Kumar

4. Identify Component-spec schema changes for Service mapping (and nodeport) (refer REQ #7 below) IN PROGRESS

...

Code Block
languagejs
themeMidnight
"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

...