mirror of https://github.com/k3s-io/k3s
11 lines
147 B
YAML
11 lines
147 B
YAML
![]() |
kind: Service
|
||
|
apiVersion: v1
|
||
|
metadata:
|
||
|
name: zeppelin
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 8080
|
||
|
targetPort: 8080
|
||
|
selector:
|
||
|
component: zeppelin
|