File tree Expand file tree Collapse file tree 6 files changed +54
-6
lines changed Expand file tree Collapse file tree 6 files changed +54
-6
lines changed Original file line number Diff line number Diff line change 15
15
spec :
16
16
containers :
17
17
- name : webserver-simple
18
- image : docker .io/kostiscodefresh /gitops-simple-app:v1.0
18
+ image : ghcr .io/codefresh-contrib /gitops-cert-level-2-examples:latest
19
19
ports :
20
20
- containerPort : 8080
File renamed without changes.
Original file line number Diff line number Diff line change 15
15
spec :
16
16
containers :
17
17
- name : webserver-simple
18
- image : docker .io/kostiscodefresh /gitops-simple-app:v1 .0
18
+ image : ghcr .io/codefresh-contrib /gitops-cert-level-2-examples:2 .0
19
19
ports :
20
20
- containerPort : 8080
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ kind: Service
3
3
metadata :
4
4
name : simple-service
5
5
spec :
6
- type : NodePort
6
+ type : ClusterIP
7
7
selector :
8
8
app : trivial-go-web-app
9
9
ports :
10
- - nodePort : 31000
11
- protocol : TCP
12
- port : 8080
10
+ - protocol : TCP
11
+ port : 80
12
+ targetPort : 8080
Original file line number Diff line number Diff line change
1
+ apiVersion : argoproj.io/v1alpha1
2
+ kind : Application
3
+ metadata :
4
+ name : always-latest01
5
+ namespace : argocd
6
+ finalizers :
7
+ - resources-finalizer.argocd.argoproj.io
8
+ spec :
9
+ project : default
10
+
11
+ source :
12
+ repoURL : https://github.com/codefresh-contrib/gitops-cert-level-2-examples.git
13
+ targetRevision : HEAD
14
+ path : ./image-updater/01-always-latest
15
+
16
+ destination :
17
+ server : https://kubernetes.default.svc
18
+ namespace : example02
19
+
20
+ # Sync policy
21
+ syncPolicy :
22
+ syncOptions :
23
+ - CreateNamespace=true
24
+
Original file line number Diff line number Diff line change
1
+ apiVersion : argoproj.io/v1alpha1
2
+ kind : Application
3
+ metadata :
4
+ name : follow-semver02
5
+ namespace : argocd
6
+ finalizers :
7
+ - resources-finalizer.argocd.argoproj.io
8
+ spec :
9
+ project : default
10
+
11
+ source :
12
+ repoURL : https://github.com/codefresh-contrib/gitops-cert-level-2-examples.git
13
+ targetRevision : HEAD
14
+ path : ./image-updater/02-semver-example
15
+
16
+ destination :
17
+ server : https://kubernetes.default.svc
18
+ namespace : example01
19
+
20
+ # Sync policy
21
+ syncPolicy :
22
+ syncOptions :
23
+ - CreateNamespace=true
24
+
You can’t perform that action at this time.
0 commit comments