File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ metadata:
25
25
spec :
26
26
type : ClusterIP
27
27
ports :
28
- - port : 8090
29
- targetPort : 8090
28
+ - port : 8443
29
+ targetPort : 8443
30
30
protocol : TCP
31
31
name : http
32
32
selector :
@@ -91,16 +91,16 @@ spec:
91
91
value : " 30"
92
92
ports :
93
93
- name : http
94
- containerPort : 8090
94
+ containerPort : 8443
95
95
protocol : TCP
96
96
livenessProbe :
97
97
httpGet :
98
98
path : /
99
- port : 8090
99
+ port : 8443
100
100
readinessProbe :
101
101
httpGet :
102
102
path : /
103
- port : 8090
103
+ port : 8443
104
104
resources :
105
105
limits :
106
106
cpu : 100m
@@ -139,7 +139,7 @@ spec:
139
139
service :
140
140
name : demo-chart-dogeapi
141
141
port :
142
- number : 8090
142
+ number : 8443
143
143
---
144
144
# Source: dogeapi/templates/tests/test-connection.yaml
145
145
apiVersion : v1
@@ -159,5 +159,5 @@ spec:
159
159
- name : wget
160
160
image : busybox
161
161
command : ['wget']
162
- args : ['demo-chart-dogeapi:8090 ']
162
+ args : ['demo-chart-dogeapi:8443 ']
163
163
restartPolicy : Never
You can’t perform that action at this time.
0 commit comments