Skip to content

Commit

Permalink
Merge pull request #114 from JohnStrunk/mupd
Browse files Browse the repository at this point in the history
Update api manifest
  • Loading branch information
mergify[bot] authored Jun 13, 2024
2 parents 647841a + 264d6f5 commit 34de8a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion summarize-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
app: summarize-api
spec:
containers:
- name: estimator
- name: summarize-api
image: ghcr.io/johnstrunk/jira-summarizer:1.2.1@sha256:505b205a45f0eb24d82fa5c02dc105af6d075362cb2694d82dc5face1d0a54ed
command:
- "/app/.venv/bin/gunicorn"
Expand All @@ -78,6 +78,12 @@ spec:
drop:
- ALL
readOnlyRootFilesystem: true
volumeMounts:
- name: tmp-volume
mountPath: /tmp
securityContext:
runAsNonRoot: true
terminationGracePeriodSeconds: 10
volumes:
- name: tmp-volume
emptyDir: {}

0 comments on commit 34de8a7

Please sign in to comment.