mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 13:15:58 -06:00
fixed incorrect selector for SMTP service
The selector was set incorrectly and hence would point to nothing causing 500 errors when sending emails. I must have not tested with SMTP when I originally created the Kubernetes configurations hence this mistake made it through.
This commit is contained in:
parent
a37016e345
commit
2a9eaf06bc
@ -15,7 +15,7 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: smtp
|
app.kubernetes.io/name: smtp
|
||||||
app.kubernetes.io/component: database
|
app.kubernetes.io/component: email
|
||||||
app.kubernetes.io/part-of: plausible
|
app.kubernetes.io/part-of: plausible
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
Loading…
Reference in New Issue
Block a user