X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fportal%2Fcomponents%2Fportal-mariadb%2Fvalues.yaml;h=a7fdb54d7829068fd4761040e21b74295ccd6aa3;hb=8c26e59d30a185186cf33988a0dbb859409f73eb;hp=5061593739c524679b048612482a04ef8fa4f1e6;hpb=aeede4565a56e3a9eb26328d571a854b731a7e17;p=oom.git diff --git a/kubernetes/portal/components/portal-mariadb/values.yaml b/kubernetes/portal/components/portal-mariadb/values.yaml index 5061593739..a7fdb54d78 100644 --- a/kubernetes/portal/components/portal-mariadb/values.yaml +++ b/kubernetes/portal/components/portal-mariadb/values.yaml @@ -19,17 +19,11 @@ global: # global defaults nodePortPrefix: 302 persistence: {} - readinessImage: onap/oom/readiness:3.0.1 - busyBoxImage: busybox:1.30 - busyBoxRepository: docker.io # application image -repository: nexus3.onap.org:10001 image: onap/portal-db:3.4.1 pullPolicy: Always - - -mariadbInitImage: "oomk8s/mariadb-client-init:3.0.0" +mariadbInitImage: oomk8s/mariadb-client-init:3.0.0 # application configuration config: @@ -151,3 +145,9 @@ resources: cpu: 800m memory: 1Gi unlimited: {} + +#Pods Service Account +serviceAccount: + nameOverride: portal-db + roles: + - read