Skip to content

Commit

Permalink
change image and command for grpc server
Browse files Browse the repository at this point in the history
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
  • Loading branch information
troy0820 committed Jul 2, 2024
1 parent db1b345 commit 89bf6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ var GrpcDeployment = &appsv1.Deployment{
Containers: []corev1.Container{
{
Name: "porter-grpc-service",
Image: "ghcr.io/bdegeeter/porter/server:v1.0.0-alpha.5-794-g7168418d",
Image: "ghcr.io/getporter/server:v1.1.0",
Ports: []corev1.ContainerPort{
{
Name: "grpc",
ContainerPort: 3001,
},
},
Args: []string{"server", "run"},
Args: []string{"api-server", "run"},
VolumeMounts: []corev1.VolumeMount{
{
MountPath: "/porter-config",
Expand Down

0 comments on commit 89bf6fa

Please sign in to comment.