updating service port to expose http port

This commit is contained in:
Simon Belmas
2024-06-26 14:35:22 +02:00
parent 43e51cccb4
commit 317f6b150f

View File

@@ -5,7 +5,7 @@ metadata:
spec: spec:
ports: ports:
- name: http - name: http
port: 8080 port: 80
protocol: TCP protocol: TCP
targetPort: 8080 targetPort: 8080
sessionAffinity: None sessionAffinity: None