diff --git a/apps/monitoring/prometheus.yaml b/apps/monitoring/prometheus.yaml index 8539153..7d1055c 100644 --- a/apps/monitoring/prometheus.yaml +++ b/apps/monitoring/prometheus.yaml @@ -52,4 +52,17 @@ spec: resources: requests: memory: 400Mi - enableAdminAPI: false \ No newline at end of file + enableAdminAPI: false +--- +apiVersion: v1 +kind: Service +metadata: + name: prometheus +spec: + type: ClusterIP + ports: + - port: 9090 + targetPort: 9090 + protocol: TCP + selector: + app: prometheus