No service port

This commit is contained in:
Nico Schottelius 2021-12-19 13:18:35 +01:00
parent 0eb8bd4c00
commit f6460ed64e
2 changed files with 17 additions and 0 deletions

View File

@ -60,3 +60,9 @@ sudo: policy plugin failed session initialization
### v3: all components work
* Production docker-compose:
https://github.com/thecodingmachine/workadventure/blob/master/contrib/docker/docker-compose.prod.yaml
### v4: helm re-usable

View File

@ -0,0 +1,11 @@
# Cannot use arbitrary ports:
# [13:18] nb3:generic% kubectl apply -f service-no-port.yaml
# The Service "my-service" is invalid: spec.ports: Required value
apiVersion: v1
kind: Service
metadata:
name: my-service
spec:
selector:
app: myapp