-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kustomize Example #12
Open
dag-andersen
wants to merge
1
commit into
main
Choose a base branch
from
kustomize-example-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+2
−2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Argo CD Diff PreviewSummary: {base => target}/my-service-production | 2 +-
{base => target}/my-service-staging | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-) Diff:diff --git base/my-service-production target/my-service-production
index f581c78..3e0b35d 100644
--- base/my-service-production
+++ target/my-service-production
@@ -29,17 +29,17 @@ spec:
app: myapp
template:
metadata:
labels:
app: myapp
spec:
containers:
- image: dag-andersen/myapp:latest
name: myapp
ports:
- - containerPort: 443
+ - containerPort: 8080
resources:
limits:
memory: 512Mi
requests:
memory: 128Mi
diff --git base/my-service-staging target/my-service-staging
index 7af0462..3d975bf 100644
--- base/my-service-staging
+++ target/my-service-staging
@@ -16,21 +16,21 @@ spec:
---
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: myapp
argocd.argoproj.io/instance: my-service-staging
name: staging-myapp
namespace: default
spec:
- replicas: 2
+ replicas: 4
selector:
matchLabels:
app: myapp
template:
metadata:
labels:
app: myapp
spec:
containers:
- image: dag-andersen/myapp:latest |
613c6e4
to
f69fe09
Compare
2d9b415
to
1cd4dfd
Compare
dab8567
to
9a88371
Compare
1cd4dfd
to
67cbf56
Compare
67cbf56
to
f82307b
Compare
f82307b
to
bbce493
Compare
bbce493
to
2dd45f2
Compare
2dd45f2
to
b0306ec
Compare
b0306ec
to
fe40f25
Compare
fe40f25
to
57ab790
Compare
02a64c4
to
f67f2b1
Compare
91b5392
to
b7c9b42
Compare
279a0f6
to
5a64fdd
Compare
b157bea
to
055cfb7
Compare
5a64fdd
to
a85fe19
Compare
90fcaec
to
0c9af43
Compare
e6b50d3
to
5f41840
Compare
5f41840
to
64096d6
Compare
ef7fe1c
to
85a50d2
Compare
85a50d2
to
fe4ee8e
Compare
57d65eb
to
85e906a
Compare
85e906a
to
176eca7
Compare
176eca7
to
658aed1
Compare
658aed1
to
ec42c1e
Compare
cd8e422
to
15a1941
Compare
ec42c1e
to
41915ac
Compare
3f0fb2f
to
4030e15
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.