mirror of https://github.com/k3s-io/k3s
13 lines
183 B
YAML
13 lines
183 B
YAML
![]() |
kind: Service
|
||
|
apiVersion: v1
|
||
|
metadata:
|
||
|
name: the-service
|
||
|
spec:
|
||
|
selector:
|
||
|
deployment: hello
|
||
|
type: LoadBalancer
|
||
|
ports:
|
||
|
- protocol: TCP
|
||
|
port: 8666
|
||
|
targetPort: 8080
|