ingress-nginx-helm/deploy/grafana/service.yaml
2019-05-19 12:35:54 -07:00

10 lines
147 B
YAML

apiVersion: v1
kind: Service
metadata:
name: grafana
spec:
ports:
- port: 3000
protocol: TCP
targetPort: 3000
type: NodePort