You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Overview

  • sdnc-web = SDNR Web
  • sdnc-dm = SDNR DevMgr 
  • sdnc-es = DB

Pod and service structure

Deployment Options

Default:  sdnrwt=falseSDNR with external/central ES:SDNR with internal ES:
  • sdnc-web: scale=0
  • sdnc-dm: scale=0
  • sdnc-es:scale=0
  • sdnc-web: scale=3
  • sdnc-dm: scale=3
  • sdnc-es:scale=0
  • sdnc-web: scale=3
  • sdnc-dm: scale=3
  • sdnc-es:scale=3

Changes in OOM:

  • introduce config switch (see SDNC-742 - Getting issue details... STATUS )
  • introduce deployment.yaml for

Database Initialization


ElasticSearch database needs to be initialized by a script.

bin/es-init.sh

OOM enhancement: define kubernetes Job to execute e-init.sh

  • No labels