Skip to content

Commit

Permalink
Fix replicas in example (#631)
Browse files Browse the repository at this point in the history
Signed-off-by: gazarenkov <[email protected]>
  • Loading branch information
gazarenkov authored Jan 7, 2025
1 parent f2536ec commit 79453aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/rhdh-cr-with-app-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,12 @@ metadata:
spec:
database:
enableLocalDb: true
deployment:
patch:
spec:
replicas: 2
application:
replicas: 2
appConfig:
#mountPath: /opt/app-root/src
configMaps:
- name: "my-backstage-config-backend-auth"
- name: "my-backstage-config-cm1"
Expand Down

0 comments on commit 79453aa

Please sign in to comment.