Skip to content

Commit a4cc153

Browse files
authored
Update deployment.yml
1 parent 011a99e commit a4cc153

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: app
18-
image: nginx
18+
image: sonal04/myjenkinskubeimage01
1919

2020
---
2121
kind: Service
@@ -25,7 +25,7 @@ metadata:
2525
spec:
2626
type: NodePort
2727
ports:
28-
- port: 80
29-
targetPort: 80
28+
- port: 8080
29+
targetPort: 8080
3030
selector:
3131
app: kubeserve

0 commit comments

Comments
 (0)