Skip to content

Commit

Permalink
Changes related kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Apr 14, 2020
1 parent 74c6d9e commit 20e14d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions deployment-graphvl.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: run-pod/v1
apiVersion: apps/v1
kind: Deployment
metadata:
name: graphvl
Expand All @@ -13,9 +13,9 @@ spec:
app: graphvl
spec:
containers:
- image: graphvl
name: graphvl
imagePullPolicy: Never
ports:
- name: http
containerPort: 8000
- name: graphvl
image: graphvl:latest
imagePullPolicy: Never
ports:
- name: http
containerPort: 8000
2 changes: 1 addition & 1 deletion service-graphvl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ spec:
app: graphvl
type: NodePort
ports:
- nodePort: 8000
- nodePort: 31317
port: 8000
protocol: TCP

0 comments on commit 20e14d5

Please sign in to comment.