Upgrade Gin version and print the query string

This commit is contained in:
M. Mert Yildiran
2021-09-19 13:59:36 +03:00
parent fabffcdbc1
commit aa09f904ee
5 changed files with 8 additions and 3 deletions

View File

@@ -200,6 +200,7 @@ func (provider *Provider) CreateMizuApiServerPod(ctx context.Context, opts *ApiS
Name: opts.PodName,
Image: opts.PodImage,
ImagePullPolicy: opts.ImagePullPolicy,
Ports: []core.ContainerPort{{HostPort: 0, ContainerPort: 8899}},
VolumeMounts: []core.VolumeMount{
{
Name: mizu.ConfigMapName,