kube-prometheus/jsonnet: Use jsonnet-bundler
This commit is contained in:
12
manifests/grafana-service.yaml
Normal file
12
manifests/grafana-service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: grafana
|
||||
namespace: monitoring
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 3000
|
||||
targetPort: http
|
||||
selector:
|
||||
app: grafana
|
Reference in New Issue
Block a user