Skip to content

Commit

Permalink
Merge pull request #83 from DarmawanEfendi/develop
Browse files Browse the repository at this point in the history
BACK DEP
  • Loading branch information
DarmawanEfendi authored Oct 11, 2019
2 parents 3b481ae + 6f991fa commit 90b0d87
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
namespace: development
manifests: |
manifests/deployment.yml
manifests/service.yml
images: |
${{ secrets.ALIBABA_REGISTRY_URL }}/gatest:${{steps.get_version.outputs.VERSION}}
imagepullsecrets: |
Expand Down
5 changes: 3 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion manifests/service.yml
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
=
apiVersion: v1
kind: Service
metadata:
name: gatest-api
annotations:
labels:
app: gatest-api
namespace: development
spec:
type: LoadBalancer
externalTrafficPolicy: Local
ports:
- port: 3000
protocol: TCP
name: api-port
selector:
app: gatest-api

0 comments on commit 90b0d87

Please sign in to comment.