13 lines
265 B
YAML
13 lines
265 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: grafana
|
|
labels: {{- include "common.app.labels" . | nindent 4 }}
|
|
spec:
|
|
selector: {{- include "common.app.labels" . | nindent 4 }}
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 3000
|
|
protocol: TCP
|
|
name: http |