No service port
This commit is contained in:
parent
0eb8bd4c00
commit
f6460ed64e
2 changed files with 17 additions and 0 deletions
|
@ -60,3 +60,9 @@ sudo: policy plugin failed session initialization
|
||||||
|
|
||||||
|
|
||||||
### v3: all components work
|
### v3: all components work
|
||||||
|
|
||||||
|
* Production docker-compose:
|
||||||
|
https://github.com/thecodingmachine/workadventure/blob/master/contrib/docker/docker-compose.prod.yaml
|
||||||
|
|
||||||
|
|
||||||
|
### v4: helm re-usable
|
||||||
|
|
11
generic/service-no-port.yaml
Normal file
11
generic/service-no-port.yaml
Normal 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
|
Loading…
Reference in a new issue