Skip to content

Commit

Permalink
Create kustomization.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LondheShubham153 authored Apr 13, 2024
1 parent aebc1f0 commit 2149a09
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions kustomize/overlays/prd/kustomization.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: prd-mapping

namespace: prd
namePrefix: prd-

replicas:
- name: app-1-deployment
count: 2

resources:
- ../../base/app-1/
- ../../base/ingress/


patches:
- target:
kind: Ingress
name: app-ingress
path: prd-ingress-patch.json

0 comments on commit 2149a09

Please sign in to comment.