mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 00:14:00 +00:00
fix(multiplayer): wire control-plane runtime secrets
This commit is contained in:
@@ -75,18 +75,13 @@ spec:
|
||||
cpu: 1
|
||||
memory: 512Mi
|
||||
env:
|
||||
- name: DATABASE_PASSWORD
|
||||
- name: COSMIC_CLASH_POSTGRES_DSN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: cosmic-clash-database
|
||||
key: password
|
||||
- name: REDIS_PASSWORD
|
||||
key: dsn
|
||||
- name: COSMIC_CLASH_WORKLOAD_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: cosmic-clash-redis
|
||||
key: password
|
||||
- name: STEAM_PUBLISHER_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: cosmic-clash-steam
|
||||
key: publisher-key
|
||||
name: cosmic-clash-workload
|
||||
key: secret
|
||||
|
||||
Reference in New Issue
Block a user