13 lines
190 B
YAML
13 lines
190 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: helloworld-service
|
|
spec:
|
|
selector:
|
|
app: helloworld
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80
|
|
type: LoadBalancer
|