|
|
|
@ -24,7 +24,7 @@ spec: |
|
|
|
# fsGroup: 1000 |
|
|
|
containers: |
|
|
|
- name: rm-backend |
|
|
|
image: packages.semapp.lan:5000/rm-backend:0.0.6 |
|
|
|
image: packages.semapp.lan:5000/rm-backend:0.0.7 |
|
|
|
resources: |
|
|
|
requests: |
|
|
|
memory: "256Mi" |
|
|
|
@ -42,7 +42,7 @@ spec: |
|
|
|
name: flexrm-conf |
|
|
|
imagePullPolicy: Always |
|
|
|
- name: rm-frontend |
|
|
|
image: packages.semapp.lan:5000/rm-frontend:0.0.1 |
|
|
|
image: packages.semapp.lan:5000/rm-frontend:0.0.7 |
|
|
|
resources: |
|
|
|
requests: |
|
|
|
memory: "256Mi" |
|
|
|
@ -180,8 +180,12 @@ data: |
|
|
|
} |
|
|
|
|
|
|
|
location /storage { |
|
|
|
# TODO: still needed when we use minio? |
|
|
|
alias /srv/media; |
|
|
|
proxy_pass http://backend; |
|
|
|
proxy_redirect off; |
|
|
|
|
|
|
|
proxy_set_header Host $host; |
|
|
|
proxy_set_header X-Real-IP $remote_addr; |
|
|
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
|
|
|
} |
|
|
|
|
|
|
|
location /static { |
|
|
|
|