Skip to content

Commit 05545a7

Browse files
rshouroubashbang
andauthored
Dc2deployment (#2850)
* WIP helm chart creation and deploymentConfig to Deployment migration * convert metabase template to helm chart * modify frontend and backend templates * datasync tool between oprnshift PVC and S3 storage * remove password from metabase values file * remove security hotspots * add fluentbit readme * remove login to redhat container repo * delete datasync folder * convert redis and frontend deploymentconfigs to deployments * remove limits * remove unknown fields * remove affinity * remove affinity * resolve replicas issue * resolve replicas issue --------- Co-authored-by: Chris <chris@bashbang.com>
1 parent 3616d93 commit 05545a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/prime-app-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ objects:
9494
app.kubernetes.io/version: 0.0.1
9595
app.openshift.io/runtime: nginx
9696
spec:
97-
replicas: ${FRONTEND_REPLICAS}
97+
replicas: ${{FRONTEND_REPLICAS}}
9898
selector:
9999
matchLabels:
100100
app.kubernetes.io/instance: ${SVC_NAME}

0 commit comments

Comments
 (0)