Skip to content

Commit

Permalink
fix: Attempted deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgruntjes committed Sep 29, 2022
1 parent 15b4e63 commit 054f20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App.Function.Banktransaction.Import/service.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: ${DEPLOY_ENV}.import
name: import.${DEPLOY_ENV}
spec:
template:
spec:
containerConcurrency: 1
containers:
- image: ${IMAGE_TAG}
- image: ${IMAGE}
resources:
limits:
cpu: "1"
Expand Down

0 comments on commit 054f20b

Please sign in to comment.