Open
Conversation
Contributor
Argo CD Diff PreviewSummary: Total: 2 files changed
Modified (2):
± my-service-production (+1|-1)
± my-service-staging (+1|-1)my-service-production (examples/kustomize/applications/my-service-prod.yaml)@@ Application modified: my-service-production (examples/kustomize/applications/my-service-prod.yaml) @@
labels:
app: myapp
spec:
containers:
- image: dag-andersen/myapp:latest
name: myapp
ports:
- - containerPort: 443
+ - containerPort: 8080
resources:
limits:
memory: 512Mi
requests:
memory: 128Mi
---
apiVersion: v1my-service-staging (examples/kustomize/applications/my-service-staging.yaml)@@ Application modified: my-service-staging (examples/kustomize/applications/my-service-staging.yaml) @@
kind: Deployment
metadata:
labels:
app: myapp
name: staging-myapp
namespace: default
spec:
- replicas: 2
+ replicas: 4
selector:
matchLabels:
app: myapp
template:
metadata:
labels:
app: myappStats: |
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
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
280c61e to
f7c5a2a
Compare
f7c5a2a to
56da3db
Compare
56da3db to
e907f55
Compare
c9a1aa2 to
e7c7d0a
Compare
e7c7d0a to
a3365eb
Compare
a3365eb to
7e9283d
Compare
7e9283d to
ea5dc01
Compare
ea5dc01 to
dd8ab64
Compare
dd8ab64 to
444cbee
Compare
This file contains hidden or 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
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.