diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-01-05 10:09:15 -0500 |
---|---|---|
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2018-01-18 13:17:54 +0000 |
commit | 290c8fc3c43bb200fb1fc40028270e4a968985c1 (patch) | |
tree | c2336f77ceac9915d89aff46cfa7d699014d2cd2 /kubernetes/policy/templates/dep-maria.yaml | |
parent | d9f6ecd1c5b5296d8bb198b13430d437a6f7a54a (diff) |
Disable persisting policy mariadb
See https://lists.onap.org/pipermail/onap-discuss/2018-January/007199.html
Change-Id: Ib75fbb40e99b6c97ccee9285750c9463f9c6a4f8
Issue-ID: OOM-548
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
(cherry picked from commit ccb051441f45e5cf7ee4fa8e59726e794741a2c9)
Diffstat (limited to 'kubernetes/policy/templates/dep-maria.yaml')
-rw-r--r-- | kubernetes/policy/templates/dep-maria.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kubernetes/policy/templates/dep-maria.yaml b/kubernetes/policy/templates/dep-maria.yaml index c0f5060884..c921e8c890 100644 --- a/kubernetes/policy/templates/dep-maria.yaml +++ b/kubernetes/policy/templates/dep-maria.yaml @@ -24,8 +24,6 @@ spec: - mountPath: /etc/localtime name: localtime readOnly: true - - mountPath: /var/lib/mysql - name: policy-mariadb-data readinessProbe: tcpSocket: port: 3306 @@ -35,9 +33,6 @@ spec: - name: localtime hostPath: path: /etc/localtime - - name: policy-mariadb-data - persistentVolumeClaim: - claimName: policy-db imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" #{{ end }}
\ No newline at end of file |