Skip to content

Commit

Permalink
Merge pull request #8 from nekko-lab/fix-k8s-manifest
Browse files Browse the repository at this point in the history
Kubernetes configの間違いを修正
  • Loading branch information
irumaru authored Nov 14, 2024
2 parents 384e44e + bfbe4dc commit 80db159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions container/manifest/sync/app-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Service
metadata:
name: app-svc
spec:
selector:
app: app
ports:
- protocol: TCP
port: 80
Expand Down

0 comments on commit 80db159

Please sign in to comment.