Skip to content

Commit

Permalink
Kustomize IU
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofthejars committed Jun 20, 2022
1 parent 6acc5c5 commit 2e3b34c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: bgd
name: bgd
namespace: bgdiu
namespace: bgdk
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: bgd
name: bgd
namespace: bgdiu
namespace: bgdk
spec:
ports:
- port: 8080
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace: bgdiu
namespace: bgdk
resources:
- bgd-svc.yaml
- bgd-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: bgdiu
name: bgdk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: bgdiu
namespace: bgdk
resources:
- ../base
- bgdk-ns.yaml
Expand All @@ -10,7 +10,7 @@ patchesJson6902:
group: apps
kind: Deployment
name: bgd
namespace: bgdiu
namespace: bgdk
patch: |-
- op: replace
path: /spec/template/spec/containers/0/env/0/value
Expand Down

0 comments on commit 2e3b34c

Please sign in to comment.