Skip to content

Commit

Permalink
fix: remove mailhog from prod manifests #80
Browse files Browse the repository at this point in the history
  • Loading branch information
nvernooy committed Oct 3, 2023
1 parent 8d69389 commit 14a72f2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions {{cookiecutter.project_slug}}/k8s/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ bases:

patches:
- path: patches.yaml

patchesStrategicMerge:
- patch-delete-mailhog.yaml
15 changes: 15 additions & 0 deletions {{cookiecutter.project_slug}}/k8s/prod/patch-delete-mailhog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$patch: delete
apiVersion: v1
kind: Service
metadata:
labels:
tier: smtp
name: mailhog
---
$patch: delete
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
tier: smtp
name: mailhog

0 comments on commit 14a72f2

Please sign in to comment.