File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ metadata:
2525spec :
2626 type : ClusterIP
2727 ports :
28- - port : 8090
29- targetPort : 8090
28+ - port : 8443
29+ targetPort : 8443
3030 protocol : TCP
3131 name : http
3232 selector :
@@ -91,16 +91,16 @@ spec:
9191 value : " 30"
9292 ports :
9393 - name : http
94- containerPort : 8090
94+ containerPort : 8443
9595 protocol : TCP
9696 livenessProbe :
9797 httpGet :
9898 path : /
99- port : 8090
99+ port : 8443
100100 readinessProbe :
101101 httpGet :
102102 path : /
103- port : 8090
103+ port : 8443
104104 resources :
105105 limits :
106106 cpu : 100m
@@ -139,7 +139,7 @@ spec:
139139 service :
140140 name : demo-chart-dogeapi
141141 port :
142- number : 8090
142+ number : 8443
143143---
144144# Source: dogeapi/templates/tests/test-connection.yaml
145145apiVersion : v1
@@ -159,5 +159,5 @@ spec:
159159 - name : wget
160160 image : busybox
161161 command : ['wget']
162- args : ['demo-chart-dogeapi:8090 ']
162+ args : ['demo-chart-dogeapi:8443 ']
163163 restartPolicy : Never
You can’t perform that action at this time.
0 commit comments