Skip to content

Commit

Permalink
fix(deploy): update config args
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 9, 2024
1 parent 6d051ad commit 0e27a4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/base/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ spec:
image: rss3/global-indexer
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /root/gi/deploy
- mountPath: /opt/gi
name: config
args:
- --config=/opt/gi/config.yaml
restartPolicy: Always
volumes:
- name: config
Expand Down

0 comments on commit 0e27a4b

Please sign in to comment.