1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-14 04:32:29 +00:00

Add enable-cors to deployment

This commit is contained in:
J. Fernando Sánchez 2022-05-24 14:44:46 +02:00
parent 39123cea8a
commit 07348de59a

View File

@ -18,6 +18,7 @@ spec:
- name: senpy-latest
image: $IMAGEWTAG
imagePullPolicy: Always
args: ["--enable-cors"]
resources:
limits:
memory: "512Mi"