f7b29716fd
* Enhancements in clarity to docs/tasks/access-application-cluster/connecting-frontend-backend.md * Code review comments * Reverting name of service due to backed value in Dockerimage
15 lines
197 B
YAML
15 lines
197 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: frontend
|
|
spec:
|
|
selector:
|
|
app: hello
|
|
tier: frontend
|
|
ports:
|
|
- protocol: "TCP"
|
|
port: 80
|
|
targetPort: 80
|
|
type: LoadBalancer
|
|
... |