disable post start lifecycle hook

This commit is contained in:
nicktrn
2024-03-20 19:18:46 +00:00
parent a4209dac25
commit 27ad6574c3
+8 -8
View File
@@ -261,14 +261,14 @@ class KubernetesTaskOperations implements TaskOperations {
// resources: {
// limits: opts.machine,
// },
lifecycle: {
postStart: {
httpGet: {
path: "/connect",
port: 8000,
},
},
},
// lifecycle: {
// postStart: {
// httpGet: {
// path: "/connect",
// port: 8000,
// },
// },
// },
// TODO: check we definitely don't need to specify these again
// env: [
// {