mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added mission control for solid queue ui.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -19,6 +19,9 @@ stringData:
|
||||
replication_password: PUT_REPLICATION_PASSWORD_HERE
|
||||
# Replication host used by the replica to connect to the master
|
||||
replication_host: wrestlingdev-mariadb
|
||||
# Mission Control Credentials
|
||||
mission_control_user: PUT_MISSION_CONTROL_USERNAME_HERE
|
||||
mission_control_password: PUT_MISSION_CONTROL_PASSWORD_HERE
|
||||
# OPTIONAL
|
||||
# DELETE THESE LINES IF YOU'RE NOT USING THEM
|
||||
influxdb_database: PUT INFLUXDB DATABASE NAME HERE
|
||||
|
||||
Reference in New Issue
Block a user