silly-game-backend-service
All checks were successful
ci / build (push) Successful in 1m17s

This commit is contained in:
miwr 2025-04-15 16:00:23 +02:00
parent 38aceb6e70
commit ff91c104af
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: silly-game-service
name: silly-game-frontend-service
namespace: silly-game
spec:
selector:

View file

@ -1,4 +1,4 @@
export const environment = {
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'
};