Browse Source

small fixes to get rm backend working

feat/rm-qa
Domagoj Zecevic 4 years ago
parent
commit
60cbc7c037
  1. 7
      qa/rm/deployment.yaml

7
qa/rm/deployment.yaml

@ -24,7 +24,7 @@ spec:
# fsGroup: 1000 # fsGroup: 1000
containers: containers:
- name: rm-backend - name: rm-backend
image: packages.semapp.lan:5000/rm-backend:0.0.3 image: packages.semapp.lan:5000/rm-backend:0.0.4
resources: resources:
requests: requests:
memory: "256Mi" memory: "256Mi"
@ -40,6 +40,9 @@ spec:
- mountPath: /etc/flexrm/ - mountPath: /etc/flexrm/
readOnly: true readOnly: true
name: flexrm-conf name: flexrm-conf
env:
- name: DJANGO_ENV
value: "development"
imagePullPolicy: Always imagePullPolicy: Always
- name: rm-frontend - name: rm-frontend
image: packages.semapp.lan:5000/rm-frontend:0.0.1 image: packages.semapp.lan:5000/rm-frontend:0.0.1
@ -131,7 +134,7 @@ data:
# media_type = django.core.files.storage.FileSystemStorage # media_type = django.core.files.storage.FileSystemStorage
media_type = flexrm.kernel.minio.storage.MinIOMediaStorage media_type = flexrm.kernel.minio.storage.MinIOMediaStorage
minio_endpoint = minio-api-dev.k3s.semapp.lan minio_endpoint = minio-api-dev.semapp.lan
minio_use_https = False minio_use_https = False
minio_media_bucket = rm-qa minio_media_bucket = rm-qa
minio_access_key = rm-qa minio_access_key = rm-qa

Loading…
Cancel
Save