X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fhelm%2Faaf%2Ftemplates%2Faaf-cass.yaml;fp=auth%2Fhelm%2Faaf%2Ftemplates%2Faaf-cass.yaml;h=e8d91e2c92525f9a8d38fb65b45abb7070c3ce51;hb=50c23cc7adb0c5aef4415b7bd38fecec29f4fb2a;hp=7002bc09c0e5bed8ca4e43d31664812b9dc30819;hpb=7d6102863c924000d6e1b23f0c232f49e1f611a1;p=aaf%2Fauthz.git diff --git a/auth/helm/aaf/templates/aaf-cass.yaml b/auth/helm/aaf/templates/aaf-cass.yaml index 7002bc09..e8d91e2c 100644 --- a/auth/helm/aaf/templates/aaf-cass.yaml +++ b/auth/helm/aaf/templates/aaf-cass.yaml @@ -38,7 +38,7 @@ spec: volumes: - name: {{ .Chart.Name }}-cass-vol persistentVolumeClaim: - claimName: {{ .Chart.Name }}-cass-pvc + claimName: {{ .Chart.Name }}-cass-pvc containers: ### ### AAF-CASS @@ -49,7 +49,7 @@ spec: # installing with cmd "onap" will not only initialize the DB, but add ONAP bootstrap data as well command: ["/bin/bash","/opt/app/aaf/cass_init/cmd.sh","onap"] volumeMounts: - - mountPath: "/data" + - mountPath: "/var/lib/cassandra" name: {{ .Chart.Name }}-cass-vol ports: - name: storage