Skip to content

Commit f1e1bbc

Browse files
authored
KubeArchive: do not deploy a DB on staging (#7451)
1 parent ef45eca commit f1e1bbc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

components/kubearchive/staging/stone-stg-rh01/kustomization.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,17 @@ patches:
1616
metadata:
1717
name: kubearchive-database-credentials
1818
namespace: kubearchive
19+
# We don't need the development DB on staging
20+
- patch: |-
21+
$patch: delete
22+
apiVersion: apps/v1
23+
kind: Deployment
24+
metadata:
25+
name: postgresql
26+
# We don't need the development DB service on staging
27+
- patch: |-
28+
$patch: delete
29+
apiVersion: v1
30+
kind: Service
31+
metadata:
32+
name: postgresql

0 commit comments

Comments
 (0)