Skip to content

Commit

Permalink
Update pageserver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
itsbalamurali committed Nov 13, 2023
1 parent a90a9d1 commit f5d8a67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/pageserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def pageserver_statefulset(namespace: str,
command=[
"pageserver", "-D", "/data/.neon/", "-c", "id=$(POD_INDEX)", "-c",
"broker_endpoint='http://storage-broker." + namespace + ".svc.cluster.local:50051'",
"control_plane_api='http://control-plane."+ namespace + ".svc.cluster.local:1234'",
],
readiness_probe=kubernetes.client.V1Probe(
http_get=kubernetes.client.V1HTTPGetAction(
Expand Down

0 comments on commit f5d8a67

Please sign in to comment.