- Ensure prefix is passed for all services
- Add eveai-tem secret (Scaleway Transactional Email) to allow sending emails - Adapted security URLs - Certification problem in regions solved - Redis insight added to tools in k8s - Introduced new way of connection pooling for Redis - TRA-79 - intrernal server error bij registreren catalog
This commit is contained in:
24
scaleway/manifests/base/networking/headers-configmaps.yaml
Normal file
24
scaleway/manifests/base/networking/headers-configmaps.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
# ConfigMaps defining per-ingress proxy-set-headers
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: eveai-admin-headers
|
||||
namespace: eveai-staging
|
||||
data:
|
||||
X-Forwarded-Prefix: /admin
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: eveai-api-headers
|
||||
namespace: eveai-staging
|
||||
data:
|
||||
X-Forwarded-Prefix: /api
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: eveai-chat-headers
|
||||
namespace: eveai-staging
|
||||
data:
|
||||
X-Forwarded-Prefix: /chat-client
|
||||
Reference in New Issue
Block a user