googlearchive / k8s-service-catalog

[DEPRECATED] Commandline tool to manage Service Catalog lifecycle and GCP Service Broker atop Kubernetes Cluster
Apache License 2.0
69 stars 31 forks source link

[tutorial] Incorrect container port (80 should be 8080) #211

Open DazWilkin opened 6 years ago

DazWilkin commented 6 years ago

The sample app uses :8080

The tutorial's Deployment.yaml incorrectly references this as containerPort: 80

This should be containerPort: 8080 unless there's a port-mapping (that I've missed)