Skip to content

Commit

Permalink
no pub + subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Aug 17, 2024
1 parent 892a448 commit 7821081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
push_to_registry:
name: Push Docker Image to Docker Hub
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/meshdb'
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -40,7 +41,7 @@ jobs:

deploy_to_dev3:
name: Deploy to dev 3
needs: push_to_registry
#needs: push_to_registry
uses: ./.github/workflows/helm-deploy.yaml
with:
environment: dev3
Expand Down
1 change: 1 addition & 0 deletions infra/los/templates/los_database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ spec:
volumeMounts:
- name: pg-data-vol
mountPath: /var/lib/postgresql/data
subPath: postgres
ports:
- name: db
containerPort: {{ .Values.los_database.port }}
Expand Down

0 comments on commit 7821081

Please sign in to comment.