Skip to content

Commit

Permalink
Set the replica tag name correctly and move it under deployment secti…
Browse files Browse the repository at this point in the history
…on (#155)
  • Loading branch information
Rajagopalan-Ranganathan authored Sep 9, 2024
1 parent 5bb6bf3 commit be0bb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kessel-relations-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ objects:
envName: ${ENV_NAME}
testing:
iqePlugin: relations_api
replicas: ${{RELATIONS_REPLICAS}}
deployments:
- name: relations
minReplicas: ${{RELATIONS_REPLICAS}}
podSpec:
image: ${RELATIONS_IMAGE}:${RELATIONS_IMAGE_TAG}
livenessProbe:
Expand Down

0 comments on commit be0bb56

Please sign in to comment.