-
Notifications
You must be signed in to change notification settings - Fork 22
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 |
f19ba0e
to
6a51624
Compare
6a51624
to
17b9288
Compare
17b9288
to
27c3246
Compare
27c3246
to
bb9a436
Compare
285cf83
to
6068072
Compare
6068072
to
855d368
Compare
855d368
to
231e29e
Compare
231e29e
to
9e2af55
Compare
9e2af55
to
fd25fc8
Compare
fd25fc8
to
da86b5f
Compare
af256d2
to
44677fb
Compare
02a64c4
to
f67f2b1
Compare
44677fb
to
199f550
Compare
91b5392
to
b7c9b42
Compare
3767c2d
to
5ba2a4d
Compare
61db7b0
to
0745750
Compare
6df2aa7
to
940c5ff
Compare
f5fe73a
to
7978ff1
Compare
7978ff1
to
677c64c
Compare
677c64c
to
bbde292
Compare
88c58c0
to
32e099c
Compare
32e099c
to
4c8f64f
Compare
65cca98
to
61c01bb
Compare
61c01bb
to
8c1ac7f
Compare
8c1ac7f
to
f11c0e7
Compare
f11c0e7
to
49ac49a
Compare
cd8e422
to
15a1941
Compare
49ac49a
to
1c612e6
Compare
3f0fb2f
to
4030e15
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.