Update demo URLs to use commandware.it instead of api7-demo.commandware.it
This commit is contained in:
@@ -10,7 +10,7 @@ web:
|
||||
replicaCount: 3
|
||||
|
||||
image:
|
||||
tag: "v1.0.0" # Use specific version in production
|
||||
tag: "v1.0.0" # Use specific version in production
|
||||
pullPolicy: Always
|
||||
|
||||
resources:
|
||||
@@ -30,7 +30,7 @@ api:
|
||||
replicaCount: 5
|
||||
|
||||
image:
|
||||
tag: "v1.0.0" # Use specific version in production
|
||||
tag: "v1.0.0" # Use specific version in production
|
||||
pullPolicy: Always
|
||||
|
||||
resources:
|
||||
@@ -76,11 +76,11 @@ api7:
|
||||
enabled: true
|
||||
gateway:
|
||||
adminUrl: http://api7ee3-0-1759339083-dp-manager.api7ee.svc.cluster.local:7900
|
||||
adminKey: "${API7_ADMIN_KEY}" # Should be provided via secret in production
|
||||
adminKey: "${API7_ADMIN_KEY}" # Should be provided via secret in production
|
||||
gatewayService: gateway-0-1759393614-gateway
|
||||
hosts:
|
||||
- api7-demo.commandware.it
|
||||
- api7-demo.commandware.com # Additional production domain
|
||||
- commandware.it
|
||||
- api7-demo.commandware.com # Additional production domain
|
||||
tls:
|
||||
enabled: true
|
||||
certManager:
|
||||
@@ -89,17 +89,18 @@ api7:
|
||||
plugins:
|
||||
rateLimit:
|
||||
enabled: true
|
||||
count: 1000 # Higher limits for production
|
||||
count: 1000 # Higher limits for production
|
||||
timeWindow: 60
|
||||
apiCount: 10000 # Much higher for API endpoints
|
||||
apiCount: 10000 # Much higher for API endpoints
|
||||
cors:
|
||||
enabled: true
|
||||
allowOrigins: ["https://api7-demo.commandware.it", "https://api7-demo.commandware.com"]
|
||||
allowOrigins:
|
||||
["https://commandware.it", "https://api7-demo.commandware.com"]
|
||||
allowCredentials: true
|
||||
auth:
|
||||
enabled: true # Enable auth in production
|
||||
enabled: true # Enable auth in production
|
||||
prometheus:
|
||||
enabled: true
|
||||
logging:
|
||||
enabled: true
|
||||
endpoint: http://logging-service.monitoring:8080/logs
|
||||
endpoint: http://logging-service.monitoring:8080/logs
|
||||
|
||||
Reference in New Issue
Block a user