Let me clarify a bit further: The problem here is ...
# kubernetes
f
Let me clarify a bit further: The problem here is that the image used for a
Deployment/Pod
spec is computed from whatever Pulumi gives us as a result of its
awsx/ECR
API. It is not manually typed by us, we’re relying on the output of
const image = buildAndPushImage(name: "app:23", pathOrBuild: "./app")
To give consistent values so the only change is the
replica
count when Pulumi speaks with k8.