Skip to content

Commit

Permalink
feature(devops): automated deploy for dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
fagomezra committed Sep 25, 2023
1 parent 0129a39 commit 1c9f671
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kubernetes/webapp-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ spec:
- image: ${DOCKER_REGISTRY}/${IMAGE_NAME_WEBAPP}:${VERSION}
imagePullPolicy: 'Always'
name: webapp
envFrom:
- configMapRef:
name: webapp-config
ports:
- containerPort: 80
restartPolicy: Always

0 comments on commit 1c9f671

Please sign in to comment.