You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flag.StringVar(&metricsAddr, "metrics-bind-address", "0", "The address the metrics endpoint binds to. "+
76
80
"Use :8443 for HTTPS or :8080 for HTTP, or leave as 0 to disable the metrics service.")
77
81
flag.StringVar(&probeAddr, "health-probe-bind-address", ":8081", "The address the probe endpoint binds to.")
@@ -89,7 +93,10 @@ func main() {
89
93
flag.StringVar(&metricsCertKey, "metrics-cert-key", "tls.key", "The name of the metrics server key file.")
90
94
flag.BoolVar(&enableHTTP2, "enable-http2", false,
91
95
"If set, HTTP/2 will be enabled for the metrics and webhook servers")
96
+
flag.StringVar(&baseURL, "baseurl", "", "The base url which is used in the mapserver service.")
92
97
flag.StringVar(&multitoolImage, "multitool-image", defaultMultitoolImage, "The image to use in the blob download init-container.")
98
+
flag.StringVar(&mapfileGeneratorImage, "mapfile-generator-image", defaultMapfileGeneratorImage, "The image to use in the mapfile generator init-container.")
0 commit comments