values.yaml 292 B

12345678910
  1. # Default values for helm-chart.
  2. # This is a YAML-formatted file.
  3. # Declare variables to be passed into your templates.
  4. appName: "occ-fw-backend"
  5. appVersion: 1.0.0
  6. imageRegistry: "iad.ocir.io/cesdev"
  7. imagePullSecret: ocirsecret
  8. host: "customercentral-poc.oracle.com"
  9. pathPrefix: "/occ/api/"