diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 94195e5..e8bc9b8 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -15,7 +15,7 @@ jobs: - name: Build and Push run: | set -euo pipefail - REGISTRY="git.simplifiquehc.com.br" + REGISTRY="http://172.35.0.216:3000" IMAGE_NAME="$REGISTRY/simplifique/vendaweb-portal" SHA_TAG=$(echo "${{ github.sha }}" | cut -c1-7) @@ -45,7 +45,7 @@ jobs: run: | set -euo pipefail SHA_TAG=$(echo "${{ github.sha }}" | cut -c1-7) - IMAGE_NAME="git.simplifiquehc.com.br/simplifique/vendaweb-portal" + IMAGE_NAME="http://172.35.0.216:3000/simplifique/vendaweb-portal" MANIFEST_FILE="k8s/overlays/prod/deployment-image-digest-patch.yaml" @@ -56,7 +56,7 @@ jobs: exit 1 fi - git remote set-url origin "https://${{ github.actor }}:${{ secrets.GITEA_TOKEN }}@git.simplifiquehc.com.br/simplifique/Vendaweb-portal.git" + git remote set-url origin "https://${{ github.actor }}:${{ secrets.GITEA_TOKEN }}@http://172.35.0.216:3000/simplifique/Vendaweb-portal.git" git config user.name "Gitea Action" git config user.email "actions@simplifiquehc.com.br" diff --git a/k8s/base/deployment.yaml b/k8s/base/deployment.yaml index 6577170..eb20526 100644 --- a/k8s/base/deployment.yaml +++ b/k8s/base/deployment.yaml @@ -27,7 +27,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: portal - image: git.simplifiquehc.com.br/simplifique/vendaweb-portal:latest + image: http://172.35.0.216:3000/simplifique/vendaweb-portal:latest imagePullPolicy: IfNotPresent ports: - name: http