Skip to content

Commit 54fb7fa

Browse files
authored
update manifest to use port 8080 instead of 80
1 parent 603b3d2 commit 54fb7fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

manifest/corewebapi-ingress.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
spec:
99
backend:
1010
serviceName: __CI_PROJECT_NAME__-__CI_PIPELINE_ID__
11-
servicePort: 80
11+
servicePort: 8080
1212
http:
1313
rules:
1414
- host: site-__CI_PIPELINE_ID__.devops.local

manifest/corewebapi-pod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
image: __CI_REGISTRY_IMAGE__
1111
imagePullPolicy: Always
1212
ports:
13-
- containerPort: 80
13+
- containerPort: 8080
1414
name: http
1515
protocol: TCP
1616
imagePullSecrets:

manifest/corewebapi-service.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
type: NodePort
77
ports:
8-
- port: 80
9-
targetPort: 80
8+
- port: 8080
9+
targetPort: 8080
1010
selector:
1111
app: reveraapi-__CI_PIPELINE_ID__

0 commit comments

Comments
 (0)