Skip to content

Commit

Permalink
Update fastapi-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hakoneriksson authored Aug 12, 2024
1 parent 57d4c33 commit 8a4c668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/fastapi-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ spec:
labels:
app: fastapi
spec:
imagePullSecrets:
- name: ghcr-creds
containers:
- name: fastapi
ports:
- name: http
containerPort: 8000
image: ghcr.io/hakoneriksson/fastapi:latest
imagePullSecrets:
- name: ghcr-creds
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 8a4c668

Please sign in to comment.