Skip to content

Commit 75709a5

Browse files
committed
Change ports in kubernetes configs
1 parent 65b1354 commit 75709a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kube/acceptbitcoincash-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
- image: acceptbitcoincash/acceptbitcoincash
1717
name: acceptbitcoincash
1818
ports:
19-
- containerPort: 4000
19+
- containerPort: 80
2020
resources:
2121
requests:
2222
memory: "64Mi"

kube/acceptbitcoincash-srv.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
ports:
88
- port: 90
9-
targetPort: 4000
9+
targetPort: 80
1010
selector:
1111
service: acceptbitcoincash
1212
type: NodePort

0 commit comments

Comments
 (0)