Force pod restart to pick up NEURON_MARKETPLACE_DB_PATH configmap change
Add config-hash annotation to template to cycle the ReplicaSet and ensure pods restart with the updated ConfigMap env var.
This commit is contained in:
@@ -21,6 +21,8 @@ spec:
|
|||||||
app: neuron-mcp
|
app: neuron-mcp
|
||||||
slot: blue
|
slot: blue
|
||||||
env: prod
|
env: prod
|
||||||
|
annotations:
|
||||||
|
config-hash: "marketplace-db-path-v1"
|
||||||
spec:
|
spec:
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 30
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
Reference in New Issue
Block a user