-
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 #12
Open
dag-andersen
wants to merge
2
commits 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
+3
−3
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 |
dag-andersen
force-pushed
the
kustomize-example-1
branch
3 times, most recently
from
May 10, 2024 18:00
613c6e4
to
f69fe09
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
2 times, most recently
from
May 17, 2024 07:25
2d9b415
to
1cd4dfd
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-1
branch
from
June 8, 2024 16:53
1cd4dfd
to
67cbf56
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
from
June 16, 2024 15:58
67cbf56
to
f82307b
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
from
June 16, 2024 16:13
f82307b
to
bbce493
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
from
July 31, 2024 18:22
bbce493
to
2dd45f2
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
from
August 11, 2024 15:46
2dd45f2
to
b0306ec
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
from
August 27, 2024 20:31
b0306ec
to
fe40f25
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
from
October 9, 2024 14:35
fe40f25
to
57ab790
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-1
branch
2 times, most recently
from
October 26, 2024 18:24
279a0f6
to
5a64fdd
Compare
dag-andersen
force-pushed
the
main
branch
2 times, most recently
from
October 29, 2024 16:51
b157bea
to
055cfb7
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
from
October 29, 2024 17:18
5a64fdd
to
a85fe19
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
3 times, most recently
from
November 3, 2024 09:41
90fcaec
to
0c9af43
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
from
November 7, 2024 16:57
e6b50d3
to
5f41840
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
from
December 2, 2024 22:34
5f41840
to
64096d6
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
2 times, most recently
from
December 26, 2024 14:34
ef7fe1c
to
85a50d2
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
from
January 1, 2025 13:52
85a50d2
to
fe4ee8e
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
2 times, most recently
from
January 6, 2025 18:59
57d65eb
to
85e906a
Compare
dag-andersen
force-pushed
the
kustomize-example-1
branch
from
January 9, 2025 15:49
85e906a
to
176eca7
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.