bitnami / kube-libsonnet

Bitnami's jsonnet library for building Kubernetes manifests
https://bitnami.com
Apache License 2.0
174 stars 50 forks source link

Guestbook Example Broken #67

Open nathanmartz opened 2 years ago

nathanmartz commented 2 years ago

It looks like the guestbook example is broken when using the kube-libsonnet at head. It looks like the breakage occurred in early April of last year. The issue appears to be that Service requires containers to have named ports, per this bit of logic:

name: service.target_pod.spec.containers[0].ports[0].name,

But the sample doesn't provide a name for the port.