Skip to content

Commit

Permalink
Update provisioner to use 100 user clusterinstallation sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilander committed Jul 9, 2019
1 parent f053640 commit bc01604
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/kr/pretty v0.1.0 // indirect
github.com/kubernetes/client-go v11.0.0+incompatible
github.com/lib/pq v1.0.0
github.com/mattermost/mattermost-operator v0.0.0-20190611211530-f6f1f8912464
github.com/mattermost/mattermost-operator v0.0.0-20190708223312-f6904f9f4903
github.com/mattn/go-sqlite3 v1.9.0
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 h1:2gxZ0XQIU/5z3Z3
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mattermost/mattermost-operator v0.0.0-20190611211530-f6f1f8912464 h1:zLgqnvvyg2hgAwOV4j9TmPBjbYyfoKASIAqZogAZsjs=
github.com/mattermost/mattermost-operator v0.0.0-20190611211530-f6f1f8912464/go.mod h1:Rinpkr6ordw53vU23itYjIaypS117QJwCGKr3YiriNI=
github.com/mattermost/mattermost-operator v0.0.0-20190708223312-f6904f9f4903 h1:Rb93w5lelKUVC0jt+c+dWpLj7X5bM7Y3VwmqO2SMlh0=
github.com/mattermost/mattermost-operator v0.0.0-20190708223312-f6904f9f4903/go.mod h1:Rinpkr6ordw53vU23itYjIaypS117QJwCGKr3YiriNI=
github.com/mattn/go-sqlite3 v1.9.0 h1:pDRiWfl+++eC2FEFRy6jXmQlvp4Yh3z1MJKg4UeYM/4=
github.com/mattn/go-sqlite3 v1.9.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
Expand Down
2 changes: 1 addition & 1 deletion internal/provisioner/kops_provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ func (provisioner *KopsProvisioner) CreateClusterInstallation(cluster *model.Clu
},
},
Spec: mmv1alpha1.ClusterInstallationSpec{
Replicas: 1,
Size: "100users",
Version: translateMattermostVersion(installation.Version),
IngressName: installation.DNS,
UseServiceLoadBalancer: true,
Expand Down

0 comments on commit bc01604

Please sign in to comment.