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 #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Kustomize Example #12

wants to merge 2 commits into 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-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

@dag-andersen dag-andersen force-pushed the kustomize-example-1 branch 3 times, most recently from 613c6e4 to f69fe09 Compare May 10, 2024 18:00
@dag-andersen dag-andersen force-pushed the kustomize-example-1 branch 2 times, most recently from 2d9b415 to 1cd4dfd Compare May 17, 2024 07:25
@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-1 branch from 1cd4dfd to 67cbf56 Compare June 8, 2024 16:53
@dag-andersen dag-andersen force-pushed the kustomize-example-1 branch from 67cbf56 to f82307b Compare June 16, 2024 15:58
@dag-andersen dag-andersen force-pushed the kustomize-example-1 branch from f82307b to bbce493 Compare June 16, 2024 16:13
@dag-andersen dag-andersen force-pushed the kustomize-example-1 branch from bbce493 to 2dd45f2 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-1 branch 2 times, most recently from 279a0f6 to 5a64fdd Compare October 26, 2024 18:24
@dag-andersen dag-andersen force-pushed the main branch 2 times, most recently from b157bea to 055cfb7 Compare October 29, 2024 16:51
@dag-andersen dag-andersen force-pushed the kustomize-example-1 branch 3 times, most recently from 90fcaec to 0c9af43 Compare November 3, 2024 09:41
@dag-andersen dag-andersen force-pushed the kustomize-example-1 branch 2 times, most recently from ef7fe1c to 85a50d2 Compare December 26, 2024 14:34
@dag-andersen dag-andersen force-pushed the kustomize-example-1 branch 2 times, most recently from 57d65eb to 85e906a Compare January 6, 2025 18:59
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