Skip to content

Commit

Permalink
fix: avoid deploying app, use port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Feb 29, 2024
1 parent 924b666 commit ad0ac0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,3 @@ jobs:
tags: |
ghcr.io/liqwid-labs/round-table:${{ github.sha }}
ghcr.io/liqwid-labs/round-table:latest
deploy:
name: Deploy
runs-on: ubuntu-latest
needs: build
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Authenticate Flagship
uses: liqwid-labs/flagship-authenticate-action@main
with:
kubeconfig: ${{ secrets.ARGOCD_DEV_KUBECONFIG }}

- name: Deploy ArgoCD Application
run: kubectl apply -f ci/app.yaml
2 changes: 1 addition & 1 deletion ci/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
namespace: tools
source:
repoURL: https://github.com/Liqwid-Labs/round-table
targetRevision: "{{ .values.revision }}"
targetRevision: HEAD
path: ci/chart
helm:
parameters:
Expand Down
2 changes: 1 addition & 1 deletion ci/chart/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
type: ClusterIP
ports:
- port: 3000
- port: 80
targetPort: http
protocol: TCP
name: http
Expand Down

0 comments on commit ad0ac0b

Please sign in to comment.