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:
Oscar Beaumont 2021-11-24 04:39:49 +11:00 committed by GitHub
parent a37016e345
commit 2a9eaf06bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ spec:
protocol: TCP
selector:
app.kubernetes.io/name: smtp
app.kubernetes.io/component: database
app.kubernetes.io/component: email
app.kubernetes.io/part-of: plausible
---
apiVersion: apps/v1