Skip to content

ifscloud-values.yaml example

The example yaml below assumes that the solutionset.yaml only have the core components active. If more components are active the ifscloud-values.yaml might need additional parameters for those active components.

Normally the ifscloud-values.yaml should reside in the config folder in the folder structure on the Windows Management Server. The relative paths in the example will reflect that structure.

IMPORTANT: This is a sample layout of the ifscloud-values.yaml file, intended for illustrative purposes only. For detailed information about each parameter, please refer to the relevant documentation. >>

In the Installation Parameters document, the parameters indicated in bold are mandatory.

Keep in mind that new parameters may be introduced with each release. It is important to review the release notes to identify any newly added mandatory parameters and ensure they are properly declared in your configuration.

#chart: ifscloud/ifs-cloud  
#chartVersion: ~221.0.0  

helmRepo: https://ifscloud.jfrog.io/artifactory/helm/  
helmUser: ale-pe4ghtsjo
helmPwd: Y65SWgfvoyGhhStRBvgpyGQImEfciGHt 



certificateFile: ..\..\..\config\certs\example.pfx  
certificatePassword: example  

logFileLocation: ..\..\..\logs\ifscloudinstaller  

global:  
  namespace: exampletmp  
  customerCode: example  
  environmentType: tmp  
  replicas: 1
    
  systemUrl: exampletmp.myinternalcompanyurl.com  
  #secondarySystemUrl: exampletmp.myexternalcompanyurl.com  
   
  # Always append a trailing slash!  
  #containerRegistry: rnddockerdev.azurecr.io/  
  containerRegistry: ifscloud.jfrog.io/docker/  
  imageCredentials:  
    username: ale-pe4ghtsjo
    password: Y65SWgfvoyGhhStRBvgpyGQImEfciGHt 

ifscore:  
  secrets:  
    jdbcUrl:  
      name: ifs-jdbc-url  
      data: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=1.2.3.4)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=sb)))  
  passwords:  
    ifsiamAdminPw:  
      name: ifsiam-admin-pw  
      data: example  
    ifsadminPassword:  
      name: ifsadmin-pw  
      data: example  
    ifsiamPassword:  
      name: ifsiam-password  
      data: example  
    ifssysPassword:  
      name: ifssys-password  
      data: example
    ifsappmonitorPw:
      name: ifsappmonitor-pw
      data: example
    ifsmonPassword:  
      name: ifsmon-password  
      data: example
    ifsreadonlysuppPw:
      name: ifsreadonlysupp-pw
      data: example 

ifsappproxy:  
  accessLogEnabled: false  
   
ifsappodata:  
  replicas: 2   

ifsappdoc:  
   replicas: 0  


dbInstaller:  
  ifsappPassword: example