aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/databases
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-27 01:23:57 +0100
committerGravatar Joe Banks <[email protected]>2024-04-27 16:15:07 +0100
commit76390a50c5c70181f634df1354daa76865333f82 (patch)
treef433d5dcc93018716a4c19cb2fc7ebb55d6ea4cd /kubernetes/namespaces/databases
parentLog all failed PostgreSQL queries to CoreDNS (diff)
Remove fallback service in favour of DNS logging
Diffstat (limited to 'kubernetes/namespaces/databases')
-rw-r--r--kubernetes/namespaces/databases/postgresql/service.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/kubernetes/namespaces/databases/postgresql/service.yaml b/kubernetes/namespaces/databases/postgresql/service.yaml
index 6a2b520..446d222 100644
--- a/kubernetes/namespaces/databases/postgresql/service.yaml
+++ b/kubernetes/namespaces/databases/postgresql/service.yaml
@@ -10,17 +10,3 @@ spec:
- port: 5432
selector:
app: postgres
----
-# Fallback service for items relying on svc/postgres in the default namespace
-apiVersion: v1
-kind: Service
-metadata:
- name: postgres
- namespace: default
-spec:
- type: ExternalName
- externalName: postgres.databases.svc.cluster.local
- ports:
- - port: 5432
- selector:
- app: postgres