add allowed_origin env var
This commit is contained in:
@@ -21,6 +21,9 @@ spec:
|
||||
volumeMounts:
|
||||
- name: pulse-data
|
||||
mountPath: /data
|
||||
env:
|
||||
- name: ALLOWED_ORIGINS
|
||||
value: "*"
|
||||
volumes:
|
||||
- name: pulse-data
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user