Skip to content

Commit 1be6273

Browse files
committed
fix wrong port in Web-Notifier
1 parent b3ec308 commit 1be6273

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

samples/WebNotifier/k8s/webnotifier-dep.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ spec:
1515
- name: webnotifier
1616
image: vndg/webnotifier:latest
1717
imagePullPolicy: IfNotPresent
18-
env:
19-
- name: Hosts__BasePath
20-
value: /
2118
ports:
22-
- containerPort: 5003
19+
- containerPort: 80
2320
resources:
2421
requests:
2522
memory: "64Mi"

samples/WebNotifier/k8s/webnotifier-svc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
spec:
99
ports:
1010
- port: 80
11-
targetPort: 5003
11+
targetPort: 80
1212
nodePort: 32503
1313
protocol: TCP
1414
name: http

0 commit comments

Comments
 (0)