This commit is contained in:
parent
38aceb6e70
commit
ff91c104af
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ spec:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: silly-game-service
|
name: silly-game-frontend-service
|
||||||
namespace: silly-game
|
namespace: silly-game
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiBaseUrl: 'http://silly-game-service.silly-game.svc.cluster.local/game/jump'
|
apiBaseUrl: 'http://silly-game-backend-service.silly-game.svc.cluster.local/game/jump'
|
||||||
};
|
};
|
Loading…
Reference in a new issue