-
Notifications
You must be signed in to change notification settings - Fork 16
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
Helm Example | Internal Chart #16
Open
dag-andersen
wants to merge
1
commit into
main
Choose a base branch
from
helm-example-3
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
−1
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-app | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-) Diff:diff --git base/my-app target/my-app
index eb9e290..7cf6187 100644
--- base/my-app
+++ target/my-app
@@ -2,21 +2,21 @@
apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/instance: my-app
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: myApp
app.kubernetes.io/version: 1.16.0
argocd.argoproj.io/instance: my-app
helm.sh/chart: myApp-0.1.0
- name: super-app-name
+ name: new-app-name
namespace: default
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
selector:
app.kubernetes.io/instance: my-app
app.kubernetes.io/name: myApp
@@ -27,38 +27,38 @@ apiVersion: v1
automountServiceAccountToken: true
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/instance: my-app
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: myApp
app.kubernetes.io/version: 1.16.0
argocd.argoproj.io/instance: my-app
helm.sh/chart: myApp-0.1.0
- name: super-app-name
+ name: new-app-name
namespace: default
---
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/instance: my-app
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: myApp
app.kubernetes.io/version: 1.16.0
argocd.argoproj.io/instance: my-app
helm.sh/chart: myApp-0.1.0
- name: super-app-name
+ name: new-app-name
namespace: default
spec:
- replicas: 1
+ replicas: 5
selector:
matchLabels:
app.kubernetes.io/instance: my-app
app.kubernetes.io/name: myApp
template:
metadata:
labels:
app.kubernetes.io/instance: my-app
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: myApp
@@ -77,12 +77,12 @@ spec:
- containerPort: 80
name: http
protocol: TCP
readinessProbe:
httpGet:
path: /
port: http
resources: {}
securityContext: {}
securityContext: {}
- serviceAccountName: super-app-name
+ serviceAccountName: new-app-name |
dag-andersen
force-pushed
the
helm-example-3
branch
2 times, most recently
from
May 10, 2024 18:04
f19ba0e
to
6a51624
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
from
May 17, 2024 08:05
6a51624
to
17b9288
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
from
May 24, 2024 09:09
17b9288
to
27c3246
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
from
May 27, 2024 16:22
27c3246
to
bb9a436
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
2 times, most recently
from
June 8, 2024 16:50
285cf83
to
6068072
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
from
June 16, 2024 16:03
6068072
to
855d368
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
from
June 16, 2024 16:12
855d368
to
231e29e
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
from
July 31, 2024 18:22
231e29e
to
9e2af55
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
from
August 11, 2024 15:46
9e2af55
to
fd25fc8
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
from
August 27, 2024 20:27
fd25fc8
to
da86b5f
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
3 times, most recently
from
October 9, 2024 14:24
af256d2
to
44677fb
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
helm-example-3
branch
from
October 21, 2024 14:30
44677fb
to
199f550
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
helm-example-3
branch
2 times, most recently
from
October 22, 2024 12:44
3767c2d
to
5ba2a4d
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
2 times, most recently
from
October 26, 2024 18:24
61db7b0
to
0745750
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
helm-example-3
branch
2 times, most recently
from
November 3, 2024 09:07
f5fe73a
to
7978ff1
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
from
November 7, 2024 17:05
7978ff1
to
677c64c
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
from
December 2, 2024 22:34
677c64c
to
bbde292
Compare
dag-andersen
force-pushed
the
helm-example-3
branch
from
December 22, 2024 11:21
bbde292
to
88c58c0
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.