Skip to content

Commit fb0e889

Browse files
author
jmccormick2001
committed
update ansible deployment.json copy to remove apiserver probe to match developer install version
1 parent cef9399 commit fb0e889

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ansible/roles/pgo-operator/templates/deployment.json.j2

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@
2424
"containerPort": 8443
2525
}
2626
],
27-
"livenessProbe": {
28-
"httpGet": {
29-
"port": 8443,
30-
"path": "/health",
31-
"scheme": "HTTPS"
32-
},
33-
"initialDelaySeconds": 4,
34-
"periodSeconds": 5
35-
},
3627
"env": [
3728
{
3829
"name": "CRUNCHY_DEBUG",

0 commit comments

Comments
 (0)