Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
git-push-service: add pr-15/frontend to namespace pr-15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2021
1 parent 1dafb85 commit 876f99a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion applications/pr-15--frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
- resources-finalizer.argocd.argoproj.io
annotations:
github.ref: refs/pull/15/merge
github.sha: 86e251de46f3b9a419bd32bf84bd71e03eb461b5
github.sha: f8bb1bbbad969dfaa3c6fd3d390299958aecf52a
github.action: git-push-service
spec:
project: monorepo-deploy-actions-demo
Expand Down
15 changes: 4 additions & 11 deletions services/frontend/generated.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: backend
name: frontend
namespace: pr-15
spec:
replicas: 1
selector:
matchLabels:
app: backend
app: frontend
template:
metadata:
labels:
app: backend
app: frontend
spec:
containers:
- image: ghcr.io/quipper/monorepo-deploy-actions-demo/frontend@sha256:7437630e5061153540c5697619d94cb3956bc1f3d6bc7364cb7ee10fa59a371e
volumeMounts:
- mountPath: /app/config
name: config
volumes:
- configMap:
name: backend
name: config
- image: ghcr.io/quipper/monorepo-deploy-actions-demo/frontend@sha256:08c7e77c13840bc4c360ce65af8d730b12f0c1bf29630799f4b6f41a91254892

0 comments on commit 876f99a

Please sign in to comment.