summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/templates/dep-maria.yaml
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-01-18 13:40:14 +0000
committerGerrit Code Review <gerrit@onap.org>2018-01-18 13:40:14 +0000
commitab2f1d2449fd42e0ab6fc09f6fae74a8237cea7b (patch)
treec6ef9659af1f96fb52b85f0d3c68cd86e6b5b4cd /kubernetes/policy/templates/dep-maria.yaml
parent8e804c0d29ed7b3d1aad46e71f7d5695539c2a8d (diff)
parent290c8fc3c43bb200fb1fc40028270e4a968985c1 (diff)
Merge "Disable persisting policy mariadb"
Diffstat (limited to 'kubernetes/policy/templates/dep-maria.yaml')
-rw-r--r--kubernetes/policy/templates/dep-maria.yaml5
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