This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-deployment-k8s/storm/storm-ui-svc.yaml

17 lines
240 B
YAML
Raw Normal View History

2020-05-25 16:48:37 +08:00
apiVersion: v1
kind: Service
metadata:
name: storm-ui-svc
labels:
app: storm-ui
spec:
ports:
- port: 8080
targetPort: 8080
name: client
protocol: TCP
nodePort: 8080
type: NodePort
selector:
app: storm-ui