Skip to content

Commit bf1679d

Browse files
committed
Port to 80
1 parent 7c15020 commit bf1679d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/k8s_conf/front_end.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ metadata:
1010
name: client
1111
spec:
1212
ports:
13-
- name: "3000"
14-
port: 3000
15-
targetPort: 3000
13+
- name: "80"
14+
port: 80
15+
targetPort: 80
1616
selector:
1717
io.kompose.service: client
1818
status:
@@ -48,7 +48,7 @@ spec:
4848
- env:
4949
- name: CHOKIDAR_USEPOLLING
5050
value: "true"
51-
image: localhost:5000/src-client:latest
51+
image: ghcr.io/codeforphilly/paws-data-pipeline/client:1.2
5252
imagePullPolicy: ""
5353
name: paws-compose-client
5454
ports:

0 commit comments

Comments
 (0)