mirror of https://github.com/k3s-io/k3s
16 lines
210 B
YAML
16 lines
210 B
YAML
![]() |
---
|
||
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: show-srv
|
||
|
labels:
|
||
|
type: show-type
|
||
|
spec:
|
||
|
type: LoadBalancer
|
||
|
ports:
|
||
|
- port: 80
|
||
|
protocol: TCP
|
||
|
targetPort: 8080
|
||
|
selector:
|
||
|
type: show-type
|