16 lines
233 B
YAML
16 lines
233 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: grafana
|
||
|
namespace: monitoring
|
||
|
spec:
|
||
|
type: ClusterIP
|
||
|
selector:
|
||
|
name: grafana
|
||
|
phase: prod
|
||
|
ports:
|
||
|
- name: http
|
||
|
protocol: TCP
|
||
|
port: 80
|
||
|
targetPort: 8080
|