Versions Compared

Key

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

...

So let’s start by creating a file called uepe-values.yaml, and in that file, specify a minimal set of values that will serve as a good starting point:

Code Block
languageyaml
awsoci:
  acm_certificatecertificates:
arn:aws:acm:eu-west-1:058264429588:certificate/526ed179-afa7-4778-b1b8-bfbcb95e4534
  access_cidr_blocks:
  - 0.0.0.0/0    id: ocid1.certificate.oc1.eu-frankfurt-1.amaaaaaaqpnxi2aaftofigjmkytoomv2u2ycjenhvqsbarhfhpycfujihyyq
  backendNSG: ocid1.networksecuritygroup.oc1.eu-frankfurt-1.aaaaaaaaephkmmm3hsyqw57wvkfssqlc56ddj7yknhgz7cgajxijvhqkzflq
  healthcheck:
    desktoponline:
      port: 9001
    ingressingressnginx:
      serviceNameport: ingress-nginx-controller 443  
environment: awsoci
global:
  domain: example-cluster.stratus.digitalroute.net
  ingressController:
    serviceName: ingress-nginx-controller
  imagePullSecrets:
  - name: ecr-cred  
licenseKey: VGhpcyBpcyBhIGZha2UgVXNhZ2UgRW5naW5lIFByaXZhdGUgRWRpdGlvbiBsaWNlbnNlIGtleSE=
log:
  format: json
platform:
  db:
    type: postgresql
  tls:
    cert:
      public: certManager
    certManager:
      public:
        issuer:

         domain: example-cluster.stratus.digitalroute.net
          kind: ClusterIssuer
          name: example-issuer
    enabled: true    
postgres:
  adminUsername: dbadmin
  host: example-cluster-db.c70g0ggo8m66.eu-west-1.rds.amazonaws.com
  port: 5432
  db: mz
persistence:
  enabled: true

Here follows information on how you can determine the values to set in your particular installation:

...