Skip to content

Commit

Permalink
Update k8s config with official Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter de Bie authored and tkurki committed Jul 5, 2019
1 parent 58eca13 commit 7d19e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ After that we can push the image to the registry:
$ docker push gcr.io/wouterdebie-personal/signalk
```

Edit `kubernetes/signalk-deployment.yaml` and set the correct image that is supposed to be used.
Edit `kubernetes/signalk-deployment.yaml` and set the correct image that is supposed to be used. (Default is `signalk/signalk-server:master`)

Once the image is pushed, we can deploy the application (this assumes kubernetes is properly setup):

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/signalk-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
app: signalk
spec:
containers:
- image: gcr.io/wouterdebie-personal/signalk
- image: signalk/signalk-server:master
imagePullPolicy: Always
name: signalk
resources: {}
Expand Down

0 comments on commit 7d19e8f

Please sign in to comment.