mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 02:22:56 +02:00
Whishper: Remove mongo log pvc
This commit is contained in:
@@ -64,13 +64,13 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /data/db
|
||||
name: mongo-claim0
|
||||
- mountPath: /var/log/mongodb
|
||||
name: mongo-claim1
|
||||
# - mountPath: /var/log/mongodb
|
||||
# name: mongo-claim1
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: mongo-claim0
|
||||
persistentVolumeClaim:
|
||||
claimName: mongo-claim0
|
||||
- name: mongo-claim1
|
||||
persistentVolumeClaim:
|
||||
claimName: mongo-claim1
|
||||
# - name: mongo-claim1
|
||||
# persistentVolumeClaim:
|
||||
# claimName: mongo-claim1
|
||||
|
||||
Reference in New Issue
Block a user