diff --git a/Expedience.Api/deployment.yaml b/Expedience.Api/deployment.yaml index 005af60..b8c2c0a 100644 --- a/Expedience.Api/deployment.yaml +++ b/Expedience.Api/deployment.yaml @@ -17,6 +17,6 @@ spec: - name: expedience-api image: registry.ilitirit.net/expedience-api:latest ports: - - containerPort: 7033 + - containerPort: 80 imagePullSecrets: - name: registry-credentials \ No newline at end of file diff --git a/Expedience.Api/service.yaml b/Expedience.Api/service.yaml index a9294ef..8d4c99d 100644 --- a/Expedience.Api/service.yaml +++ b/Expedience.Api/service.yaml @@ -9,5 +9,5 @@ spec: ports: - protocol: TCP port: 7033 - targetPort: 7033 + targetPort: 80 type: ClusterIP