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 af1a317 commit aebc1f0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions kustomize/overlays/dev/kustomization.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: dev-mapping

namespace: dev
namePrefix: dev-
replicas:
- name: app-1-deployment
count: 1

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

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

0 comments on commit aebc1f0

Please sign in to comment.