We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac13b52 commit bc0e54bCopy full SHA for bc0e54b
internal/config/config.go
@@ -15,7 +15,7 @@ type Config struct {
15
16
type Worker struct {
17
corev1.PodTemplate
18
- Port int16 `json:"port"`
+ Port int16 `json:"port"`
19
}
20
21
type PodMutation struct {
@@ -40,7 +40,7 @@ func LoadConfig(filename string) (*Config, error) {
40
func NewDefaultConfig() *Config {
41
return &Config{
42
Worker: Worker{
43
- Port: 1234,
+ Port: 1234,
44
PodTemplate: corev1.PodTemplate{
45
Template: corev1.PodTemplateSpec{
46
Spec: corev1.PodSpec{
0 commit comments