X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcharts%2Fmariadb%2Fvalues.yaml;h=693e3dd68933a261614912d5b6a12eacbc3b12c5;hb=99352e5d65e2bab3f41e1e357221cc68df602e98;hp=1a6207144213e6cbb419e5c67260c0e98abc402c;hpb=df82a596ddec19bdb16af3b1673cbf149b339573;p=oom.git diff --git a/kubernetes/so/charts/mariadb/values.yaml b/kubernetes/so/charts/mariadb/values.yaml index 1a62071442..693e3dd689 100644 --- a/kubernetes/so/charts/mariadb/values.yaml +++ b/kubernetes/so/charts/mariadb/values.yaml @@ -17,18 +17,24 @@ # Declare variables to be passed into your templates. global: # global defaults nodePortPrefix: 302 - repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ== persistence: {} + readinessRepository: oomk8s + ubuntuInitRepository: registry.hub.docker.com # application image repository: nexus3.onap.org:10001 image: mariadb:10.1.11 pullPolicy: Always +ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 # application configuration config: mariadbRootPassword: password + # gerrit branch where the latest heat code is checked in + gerritBranch: 2.0.0-ONAP + # gerrit project where the latest heat code is checked in + gerritProject: http://gerrit.onap.org/r/so/docker-config.git # default number of instances @@ -40,14 +46,14 @@ affinity: {} # probe configuration parameters liveness: - initialDelaySeconds: 10 + initialDelaySeconds: 450 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true readiness: - initialDelaySeconds: 10 + initialDelaySeconds: 450 periodSeconds: 10 ## Persist data to a persitent volume