Got rid of NS in resources PG

This commit is contained in:
Ultradesu
2025-04-13 19:25:58 +01:00
parent ac759955fe
commit cc4bc59cda
4 changed files with 1 additions and 7 deletions

View File

@ -3,7 +3,6 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: psql
namespace: psql
labels:
app: psql
app.kubernetes.io/name: psql
@ -98,7 +97,6 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: psql-monitor
namespace: psql
spec:
endpoints:
- interval: 30s
@ -138,7 +136,6 @@ apiVersion: v1
kind: Service
metadata:
name: psql-exporter
namespace: psql
labels:
app.kubernetes.io/name: psql-exporter
spec: