_ingress.tpl 267 B

12345678
  1. {{- define "vm.ingress.port" }}
  2. {{- $port := dict "name" "http" }}
  3. {{- with .port }}
  4. {{- $numberTypes := list "int" "float64" }}
  5. {{- $port = dict (ternary "number" "name" (has (kindOf .) $numberTypes)) . }}
  6. {{- end -}}
  7. {{- toYaml $port -}}
  8. {{- end }}