We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603b3d2 commit 54fb7faCopy full SHA for 54fb7fa
manifest/corewebapi-ingress.yml
@@ -8,7 +8,7 @@ metadata:
8
spec:
9
backend:
10
serviceName: __CI_PROJECT_NAME__-__CI_PIPELINE_ID__
11
- servicePort: 80
+ servicePort: 8080
12
http:
13
rules:
14
- host: site-__CI_PIPELINE_ID__.devops.local
manifest/corewebapi-pod.yml
@@ -10,7 +10,7 @@ spec:
image: __CI_REGISTRY_IMAGE__
imagePullPolicy: Always
ports:
- - containerPort: 80
+ - containerPort: 8080
name: http
15
protocol: TCP
16
imagePullSecrets:
manifest/corewebapi-service.yml
@@ -5,7 +5,7 @@ metadata:
5
6
type: NodePort
7
- - port: 80
- targetPort: 80
+ - port: 8080
+ targetPort: 8080
selector:
app: reveraapi-__CI_PIPELINE_ID__
0 commit comments