Remove superfluous volume refs
This commit is contained in:
parent
d3a65c1c02
commit
8ea8d8441b
3 changed files with 0 additions and 43 deletions
|
@ -26,17 +26,3 @@ spec:
|
||||||
name: taiga-back-secret
|
name: taiga-back-secret
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: taiga-rabbitmq-secret
|
name: taiga-rabbitmq-secret
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: taiga-static
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: taiga-static
|
|
||||||
- name: taiga-media
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: taiga-media
|
|
||||||
- name: taiga-async-rabbitmq-data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: taiga-async-rabbitmq-data
|
|
||||||
- name: taiga-events-rabbitmq-data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: taiga-events-rabbitmq-data
|
|
||||||
|
|
|
@ -26,17 +26,3 @@ spec:
|
||||||
value: WEBSOCKETS_SCHEME://TAIGA_DOMAIN
|
value: WEBSOCKETS_SCHEME://TAIGA_DOMAIN
|
||||||
- name: TAIGA_SUBPATH
|
- name: TAIGA_SUBPATH
|
||||||
value: SUBPATH
|
value: SUBPATH
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: taiga-static
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: taiga-static
|
|
||||||
- name: taiga-media
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: taiga-media
|
|
||||||
- name: taiga-async-rabbitmq-data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: taiga-async-rabbitmq-data
|
|
||||||
- name: taiga-events-rabbitmq-data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: taiga-events-rabbitmq-data
|
|
||||||
|
|
|
@ -25,18 +25,3 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: MAX_AGE
|
- name: MAX_AGE
|
||||||
value: ATTACHMENTS_MAX_AGE
|
value: ATTACHMENTS_MAX_AGE
|
||||||
# - name: taiga-gateway # ToDo: How to replace the gateway in this setup?
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: taiga-static
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: taiga-static
|
|
||||||
- name: taiga-media
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: taiga-media
|
|
||||||
- name: taiga-async-rabbitmq-data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: taiga-async-rabbitmq-data
|
|
||||||
- name: taiga-events-rabbitmq-data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: taiga-events-rabbitmq-data
|
|
||||||
|
|
Loading…
Reference in a new issue