1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-05 14:17:20 +00:00

Added mission control for solid queue ui.

This commit is contained in:
2025-11-21 15:43:05 +05:30
parent af2fc3feba
commit 61dc5e3cdd
12 changed files with 43 additions and 7 deletions

View File

@@ -109,6 +109,16 @@ spec:
secretKeyRef:
name: wrestlingdev-secrets
key: influxdb_port
- name: WRESTLINGDEV_MISSION_CONTROL_USER
valueFrom:
secretKeyRef:
name: wrestlingdev-secrets
key: mission_control_user
- name: WRESTLINGDEV_MISSION_CONTROL_PASSWORD
valueFrom:
secretKeyRef:
name: wrestlingdev-secrets
key: mission_control_password
# resources:
# limits:
# memory: "768Mi"