Adds Storage Service

This commit is contained in:
2023-08-23 10:17:28 -03:00
parent 201eb048e5
commit e5e14d7ce6
7 changed files with 141 additions and 0 deletions

View File

@@ -155,6 +155,12 @@ spec:
name: redis-secret
key: redis-password
- name: STORAGE_SERVICE_PATH
valueFrom:
configMapKeyRef:
name: storage-config
key: storage_url
---
apiVersion: v1
kind: Service