limited-rainbow-51650
02/17/2020, 11:17 AMlivenessProbe
to my setup. Here is a snippet:
livenessProbe: {
httpGet: {
path: '/auth',
port: 80
},
initialDelaySeconds: 300,
timeoutSeconds: 5
}
But when looking at the details of pulumi up
, I see this:
~ livenessProbe : {
~ httpGet: {
}
}
The details of the httpGet
are not displayed. Known issue?white-balloon-205
02/18/2020, 3:39 AMlimited-rainbow-51650
02/18/2020, 6:45 AMwhite-balloon-205
02/18/2020, 4:53 PMlimited-rainbow-51650
02/18/2020, 5:43 PMstocky-island-3676
02/21/2020, 6:50 PMpulumi-kubernetes
provider, instead. @white-balloon-205 Can you move it there, please?white-balloon-205
02/21/2020, 6:56 PM