Merge "[MARIADB] Make the MariaDB service Operator aware"
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Fri, 17 Nov 2023 14:29:03 +0000 (14:29 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 17 Nov 2023 14:29:03 +0000 (14:29 +0000)
1  2 
kubernetes/so/components/so-admin-cockpit/values.yaml

@@@ -31,7 -31,7 +31,7 @@@ global
    persistence:
      mountPath: /dockerdata-nfs
    mariadbGalera:
-     service: mariadb-galera-primary
+     service: mariadb-galera
      servicePort: '3306'
  
  #################################################################
@@@ -111,17 -111,17 +111,17 @@@ resources
    small:
      requests:
        memory: 1Gi
 -      cpu: 0.25
 +      cpu: 0.5
      limits:
        memory: 4Gi
 -      cpu: 0.5
 +      cpu: 1
    large:
      requests:
        memory: 2Gi
 -      cpu: 0.5
 +      cpu: 1
      limits:
        memory: 8Gi
 -      cpu: 1
 +      cpu: 2
    unlimited: {}
  readinessProbe:
    port: 9091