Skip to content

Commit e07ec9e

Browse files
niraj8github-actions[bot]
authored andcommitted
chore: update gitops
1 parent 15781e4 commit e07ec9e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gitops/dev/dogeapi.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ metadata:
2525
spec:
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
145145
apiVersion: 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

0 commit comments

Comments
 (0)