diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 516318f..41b3be9 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -79,7 +79,8 @@ spec: selector: app: txt2md ports: - - protocol: TCP + - name: http + protocol: TCP port: 80 targetPort: 5000 type: ClusterIP