forked from LaconicNetwork/kompose
* mv d.yaml to examples * rephrase debug log messages a bit
This commit is contained in:
parent
45864ed624
commit
119f0b8f70
@ -139,7 +139,7 @@ func (k *Kubernetes) InitPodSpecWithConfigMap(name string, image string, service
|
||||
var volumeMounts []api.VolumeMount
|
||||
var volumes []api.Volume
|
||||
|
||||
log.Debugf("fuck config: %+v", service.Configs)
|
||||
log.Debugf("Configs in InitPodSpecWithConfigMap: %+v", service.Configs)
|
||||
|
||||
for _, value := range service.Configs {
|
||||
cmVolName := FormatFileName(value.Source)
|
||||
@ -598,7 +598,7 @@ func (k *Kubernetes) ConfigServicePorts(name string, service kobject.ServiceConf
|
||||
seenPorts := make(map[int]struct{}, len(service.Port))
|
||||
|
||||
var servicePort api.ServicePort
|
||||
log.Debugf("fuck ports: %+v", service.Port)
|
||||
log.Debugf("Ports in ConfigServicePorts: %+v", service.Port)
|
||||
for _, port := range service.Port {
|
||||
if port.HostPort == 0 {
|
||||
port.HostPort = port.ContainerPort
|
||||
|
||||
Loading…
Reference in New Issue
Block a user