Skip to content
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
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dag-andersen
Copy link
Owner

No description provided.

Copy link
Contributor

github-actions bot commented Apr 28, 2024

Argo CD Diff Preview

Summary:

 {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 dag-andersen force-pushed the kustomize-example-2 branch 2 times, most recently from 3a48ede to a5073f9 Compare May 10, 2024 18:04
@dag-andersen dag-andersen force-pushed the kustomize-example-2 branch from a5073f9 to 23c2053 Compare May 17, 2024 08:05
@dag-andersen dag-andersen force-pushed the main branch 2 times, most recently from dab8567 to 9a88371 Compare May 27, 2024 16:29
@dag-andersen dag-andersen force-pushed the kustomize-example-2 branch from 23c2053 to a40f97d Compare June 8, 2024 16:53
@dag-andersen dag-andersen force-pushed the kustomize-example-2 branch from a40f97d to ffd05ca Compare June 16, 2024 16:03
@dag-andersen dag-andersen force-pushed the kustomize-example-2 branch from ffd05ca to 5605db9 Compare June 16, 2024 16:12
@dag-andersen dag-andersen force-pushed the kustomize-example-2 branch from 5605db9 to 2f8fb4b Compare July 31, 2024 18:22
@dag-andersen dag-andersen force-pushed the main branch 2 times, most recently from 02a64c4 to f67f2b1 Compare October 10, 2024 16:42
@dag-andersen dag-andersen force-pushed the main branch 2 times, most recently from 91b5392 to b7c9b42 Compare October 22, 2024 11:55
@dag-andersen dag-andersen force-pushed the kustomize-example-2 branch 2 times, most recently from 8f97fa0 to 7a5e1ac Compare October 26, 2024 18:28
@dag-andersen dag-andersen force-pushed the main branch 3 times, most recently from 6df2aa7 to 940c5ff Compare October 29, 2024 17:23
@dag-andersen dag-andersen force-pushed the kustomize-example-2 branch 2 times, most recently from fffb0e1 to ce4b5ec Compare November 3, 2024 09:07
@dag-andersen dag-andersen force-pushed the kustomize-example-2 branch 2 times, most recently from 2626eb5 to c19f2cd Compare December 26, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant