forked from github.com/plausible-hosting
Merge pull request #40 from oscartbeaumont/master
fixed incorrect selector for SMTP service
This commit is contained in:
commit
f768205710
@ -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