Skip to content

Commit

Permalink
Merge pull request #2132 from ipdae/update-world-boss
Browse files Browse the repository at this point in the history
Add planet_id env
  • Loading branch information
ipdae authored Oct 28, 2024
2 parents 54109c2 + 70bdfd6 commit 9c38dec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/all-in-one/templates/worldboss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ spec:
secretKeyRef:
key: headless-jwt-algorithm
name: world-boss-env
- name: PLANET_ID
valueFrom:
secretKeyRef:
key: planet-id
name: world-boss-env
image: {{ $.Values.worldBoss.image.repository }}:{{ $.Values.worldBoss.image.tag }}
name: world-boss-service
ports:
Expand Down

0 comments on commit 9c38dec

Please sign in to comment.