Skip to content

Commit

Permalink
セレクターのミス
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Aug 11, 2024
1 parent 9b2a291 commit 8a62809
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/mysql-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ spec:
strategy:
type: Recreate
template:
metadata:
labels:
app: mysql
spec:
containers:
- image: mysql:5.7.28
Expand Down
3 changes: 3 additions & 0 deletions manifests/wiki-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ spec:
strategy:
type: Recreate
template:
metadata:
labels:
app: mediawiki
spec:
containers:
- image: localhost:32000/mediawiki:1.0.0
Expand Down

0 comments on commit 8a62809

Please sign in to comment.