Skip to content

Commit

Permalink
add frontend folder to gha for dotnet to write the schema to.
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jun 10, 2024
1 parent f30edad commit b327dec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/gha/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ resources:
- ../local-dev/

patches:
- path: lexbox.patch.yaml
- target:
version: v1
kind: PersistentVolumeClaim
Expand Down
16 changes: 16 additions & 0 deletions deployment/gha/lexbox.patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: lexbox
namespace: languagedepot
spec:
template:
spec:
containers:
- name: lexbox-api
volumeMounts:
- mountPath: /frontend
name: gql-schema
volumes:
- name: gql-schema
emptyDir: {}

0 comments on commit b327dec

Please sign in to comment.