We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18daaae commit a42a37bCopy full SHA for a42a37b
platform/bases/tracker-api-deployment.yaml
@@ -86,6 +86,16 @@ spec:
86
key: DB_HOST
87
- name: DB_PORT
88
value: "5432"
89
+ - name: DMARC_REPORT_API_URL
90
+ valueFrom:
91
+ secretKeyRef:
92
+ name: api
93
+ key: DMARC_REPORT_API_URL
94
+ - name: DMARC_REPORT_API_TOKEN
95
96
97
98
+ key: DMARC_REPORT_API_TOKEN
99
resources:
100
limits:
101
cpu: 300m
0 commit comments