mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-10 23:53:06 +00:00
Added email address variable
This commit is contained in:
@@ -68,6 +68,16 @@ spec:
|
||||
secretKeyRef:
|
||||
name: wrestlingdev-secrets
|
||||
key: railssecretkey
|
||||
- name: WRESTLINGDEV_EMAIL_PWD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: wrestlingdev-secrets
|
||||
key: gmailpassword
|
||||
- name: WRESTLINGDEV_EMAIL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: wrestlingdev-secrets
|
||||
key: gmailemail
|
||||
resources:
|
||||
limits:
|
||||
cpu: "0.5"
|
||||
|
||||
Reference in New Issue
Block a user