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.
This file is derive from the custom-values.tem filer in the ifsinstaller folder of the build_home.

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.

#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