-
Notifications
You must be signed in to change notification settings - Fork 17
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 | Increased replica count to 6 for both staging and production #14
Open
dag-andersen
wants to merge
2
commits into
main
Choose a base branch
from
kustomize-example-2
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.
+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-staging | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) Diff:diff --git base/my-service-staging target/my-service-staging
index 7af0462..395b870 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: 6
selector:
matchLabels:
app: myapp
template:
metadata:
labels:
app: myapp
spec:
containers:
- image: dag-andersen/myapp:latest |
dag-andersen
force-pushed
the
kustomize-example-2
branch
2 times, most recently
from
May 10, 2024 18:04
3a48ede
to
a5073f9
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
from
May 17, 2024 08:05
a5073f9
to
23c2053
Compare
dag-andersen
force-pushed
the
main
branch
2 times, most recently
from
May 27, 2024 16:29
dab8567
to
9a88371
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
from
June 8, 2024 16:53
23c2053
to
a40f97d
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
from
June 16, 2024 16:03
a40f97d
to
ffd05ca
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
from
June 16, 2024 16:12
ffd05ca
to
5605db9
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
from
July 31, 2024 18:22
5605db9
to
2f8fb4b
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
from
August 11, 2024 15:46
2f8fb4b
to
b34c0ea
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
from
August 27, 2024 20:31
b34c0ea
to
3b06812
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
from
October 9, 2024 14:34
3b06812
to
1eab143
Compare
dag-andersen
force-pushed
the
main
branch
2 times, most recently
from
October 10, 2024 16:42
02a64c4
to
f67f2b1
Compare
dag-andersen
force-pushed
the
main
branch
2 times, most recently
from
October 22, 2024 11:55
91b5392
to
b7c9b42
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
2 times, most recently
from
October 26, 2024 18:28
8f97fa0
to
7a5e1ac
Compare
dag-andersen
force-pushed
the
main
branch
3 times, most recently
from
October 29, 2024 17:23
6df2aa7
to
940c5ff
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
2 times, most recently
from
November 3, 2024 09:07
fffb0e1
to
ce4b5ec
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
from
November 7, 2024 17:13
ce4b5ec
to
5c3e74e
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
from
December 2, 2024 22:29
5c3e74e
to
01682f4
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
2 times, most recently
from
December 26, 2024 14:41
2626eb5
to
c19f2cd
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
from
January 1, 2025 13:56
c19f2cd
to
cf764ee
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
from
January 6, 2025 18:59
cf764ee
to
691c5cc
Compare
dag-andersen
force-pushed
the
kustomize-example-2
branch
from
January 9, 2025 15:48
691c5cc
to
4a5e543
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.