ingress-nginx-helm/deploy/grafana/service.yaml

11 lines
147 B
YAML
Raw Normal View History

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