File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ metadata:
66 app : etherface
77 component : etherface
88spec :
9- replicas : 1
9+ replicas : 0
10+ serviceAccountName : etherface
1011 selector :
1112 matchLabels :
1213 app : etherface
2021 containers :
2122 - name : etherface
2223 image : rss3/etherface
24+ imagePullPolicy : IfNotPresent
25+
2326 command : ["etherface"]
2427 envFrom :
2528 - secretRef :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ kind: Kustomization
44resources :
55 - rest
66 - etherface
7+ - serviceaccount.yaml
78
89images :
910 - name : rss3/etherface
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ metadata:
77 component : rest
88spec :
99 replicas : 1
10+ serviceAccountName : etherface
1011 selector :
1112 matchLabels :
1213 app : etherface
2021 containers :
2122 - name : etherface
2223 image : rss3/etherface
24+ imagePullPolicy : IfNotPresent
2325 command : ["etherface-rest"]
2426 ports :
2527 - containerPort : 8080
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : ServiceAccount
3+ metadata :
4+ name : etherface
You can’t perform that action at this time.
0 commit comments