Consistent file names

This commit is contained in:
erik 2023-08-10 11:50:25 +02:00
parent 55374b0598
commit 67154aec13
9 changed files with 15 additions and 1 deletions

View file

@ -14,7 +14,6 @@ spec:
labels: labels:
app: taiga app: taiga
spec: spec:
### taiga-async
- name: taiga-async - name: taiga-async
image: taigaio/taiga-back:latest image: taigaio/taiga-back:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent

View file

@ -0,0 +1,15 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: taiga-async-rabbitmq-data-pvc
namespace: default
labels:
app: taiga
app.kubernetes.part-of: taiga
spec:
storageClassName: local-path
accessModes:
- ReadWriteOnce
resources:
requests:
storage: TAIGA_RABBITMQ_DATA_STORAGE_SIZE