diff --git a/k8/configmap.yaml b/k8/configmap.yaml index 427817f..8864626 100644 --- a/k8/configmap.yaml +++ b/k8/configmap.yaml @@ -14,4 +14,9 @@ data: spring.mail.properties.mail.smtp.auth=false spring.mail.properties.mail.smtp.starttls.enable=false - cors.allowed-origin=http://silly-game-service.silly-game.svc.cluster.local \ No newline at end of file + cors.allowed-origin=http://silly-game-service.silly-game.svc.cluster.local + environment.ts: | + export const environment = { + production: false, + apiBaseUrl: 'http://silly-game-service.silly-game.svc.cluster.local' + }; \ No newline at end of file