Consistent file names
This commit is contained in:
parent
55374b0598
commit
67154aec13
9 changed files with 15 additions and 1 deletions
|
@ -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
|
15
src/main/resources/taiga/taiga-async-rabbitmq-data-pvc.yaml
Normal file
15
src/main/resources/taiga/taiga-async-rabbitmq-data-pvc.yaml
Normal 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
|
0
src/main/resources/taiga/taiga-data-pvcs.yaml
Normal file
0
src/main/resources/taiga/taiga-data-pvcs.yaml
Normal file
Loading…
Reference in a new issue