Merge pull request #40 from oscartbeaumont/master

fixed incorrect selector for SMTP service
This commit is contained in:
Uku Taht 2021-11-24 10:49:04 +02:00 committed by GitHub
commit f768205710
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