Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hakoneriksson committed Aug 11, 2024
1 parent 7087993 commit fca61e0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions deploy/fastapi-deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: fastapi
spec:
replicas: 1
revisionHistoryLimit: 3
selector:
matchLabels:
app: fastapi
template:
metadata:
labels:
app: fastapi
spec:
containers:
- name: fastapi
ports:
- containerPort: 8000
image: ghcr.io/hakoneriksson/fastapi/fastapi:latest

0 comments on commit fca61e0

Please sign in to comment.