limited-rainbow-51650
09/30/2020, 3:33 PMexports
to my Pulumi project from a k8s Service
resource but only a single output is created:
exports.temporalFrontendEndpoint = temporal_frontendService.spec.externalName;
exports.temporalFrontEndName = temporal_frontendService.metadata.name;
results in:
--outputs:--
+ temporalFrontEndName: "temporal-frontend-vw2qfr65"
Any idea why the externalName
is not created as an output?billowy-army-68599
limited-rainbow-51650
09/30/2020, 3:36 PM<servicename>.<namespace>.svc.cluster.local
address. I’m probably wrong. Any idea which field would give me that kubedns name?pulumi.interpolate `${temporal_frontendService.metadata.name}.${temporal_frontendService.metadata.namespace}.svc.cluster.local:7233`