diff --git a/infrastructures/renovate/base/service.yaml b/infrastructures/renovate/base/service.yaml index fc66651..404e8d5 100644 --- a/infrastructures/renovate/base/service.yaml +++ b/infrastructures/renovate/base/service.yaml @@ -11,6 +11,6 @@ spec: - port: 8899 targetPort: 8080 protocol: TCP - name: http + name: 8899-tcp selector: app.kubernetes.io/name: renovate diff --git a/scripts/ingress-nginx/renovate.yaml b/scripts/ingress-nginx/renovate.yaml index a7e547f..08a4af1 100644 --- a/scripts/ingress-nginx/renovate.yaml +++ b/scripts/ingress-nginx/renovate.yaml @@ -1,6 +1,6 @@ spec: ports: - - name: http + - name: 8899-tcp port: 8899 targetPort: 8899 protocol: TCP \ No newline at end of file