silly-game/src/main/resources/application.properties
Some checks failed
ci / build (push) Has been cancelled
Some checks failed
ci / build (push) Has been cancelled
This commit is contained in:
parent
984ad4155b
commit
8277a63b35
1 changed files with 2 additions and 2 deletions
|
@ -32,11 +32,11 @@ spec:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: silly-game-service
|
name: silly-game-service-backend
|
||||||
namespace: silly-game
|
namespace: silly-game
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: silly-game
|
app: silly-game-backend
|
||||||
ports:
|
ports:
|
||||||
- port: 80
|
- port: 80
|
||||||
targetPort: 8080
|
targetPort: 8080
|
Loading…
Reference in a new issue