Skip to content

Commit

Permalink
change service name to be shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Aug 28, 2017
1 parent c8ca533 commit 305d8f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gophercon/main.go
Expand Up @@ -17,7 +17,7 @@ import (

// ServiceName is the string name of the service, since
// it is used in multiple places, it's an exported Constant
const ServiceName = "com.gophercon.web.buffalo"
const ServiceName = "gophercon.web"

func main() {

Expand Down
5 changes: 4 additions & 1 deletion kubernetes/website/website.yaml
Expand Up @@ -15,7 +15,10 @@ spec:
resources:
requests:
cpu: "20m"
image: bketelsen/gc18-gophercon:9
image: bketelsen/gc18-gophercon
env:
- name: GO_ENV
value: "production"
imagePullPolicy: Always
ports:
- containerPort: 3000
Expand Down

0 comments on commit 305d8f7

Please sign in to comment.