Skip to content

Commit

Permalink
ci: update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
taro0513 committed Jan 7, 2024
1 parent abba45d commit 4e35f8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# .github/workflows/continuous-integration-workflow.yml

# The name of the workflow which you can see when the action runs
name: Run unit tests
name: CI

# This workflow is triggered on pushes to the repository.
on:
push:
branches: [main]
branches: [main, dev]
pull_request:
branches: [main]
branches: [main, dev]

jobs:
run-unit-tests:
Expand Down
6 changes: 3 additions & 3 deletions manifest/deploy/prod/mainpage-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: mainpage-deploy
namespace: mainpage
name: mainpage
namespace: grapycal
labels:
app: mainpage
spec:
Expand All @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: mainpage
image: docker.io/patrickuuuu/grapycal-mainpage:latest
image: docker.io/grapycal/grapycal-mainpage:latest
imagePullPolicy: Always
ports:
- containerPort: 80
4 changes: 2 additions & 2 deletions manifest/deploy/prod/mainpage-service.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
kind: Service
metadata:
name: mainpage-service
namespace: mainpage
name: mainpage
namespace: grapycal
labels:
app: mainpage
spec:
Expand Down

0 comments on commit 4e35f8b

Please sign in to comment.