Skip to content

Commit

Permalink
feat: add custom code-server image
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Lauber <[email protected]>
  • Loading branch information
janlauber committed Nov 5, 2023
1 parent b501d88 commit 12abd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubelab-backend/pkg/env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
type config struct {
Local bool `env:"LOCAL"`
KubelabImage string `env:"KUBELAB_AGENT_IMAGE" envDefault:"ghcr.io/natrontech/kubelab-agent:latest"`
CodeServerImage string `env:"CODE_SERVER_IMAGE" envDefault:"lscr.io/linuxserver/code-server:latest"`
CodeServerImage string `env:"CODE_SERVER_IMAGE" envDefault:"ghcr.io/natrontech/kubelab-code-server:latest"`
AllowedHosts string `env:"ALLOWED_HOSTS" envDefault:"*"`
ResourceName string `env:"RESOURCE_NAME" envDefault:"kubelab"`
IngressClass string `env:"AGENT_INGRESS_CLASS" envDefault:"nginx"`
Expand Down

0 comments on commit 12abd9d

Please sign in to comment.