Skip to content

Commit

Permalink
🔨 fix: name in k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Feb 9, 2025
1 parent e3b5352 commit 1c87e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths-ignore:
- "k8s/prod/backend.yaml"
- "k8s/prod/server.yaml"

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion k8s/dev/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: co-co-gong
name: co-co-gong-server
spec:
entryPoints:
- websecure
Expand Down

0 comments on commit 1c87e78

Please sign in to comment.