fix: use correct service for ntfy

This commit is contained in:
Bastien Riviere 2023-09-03 14:58:00 +02:00
parent 917d7571f2
commit ec3c0cfedd
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -10,7 +10,7 @@ data:
log-format text
ntfy {
server http://ntfy:80
server http://ntfy-http:80
}
handler "/flux" {
@ -54,6 +54,6 @@ spec:
ports:
- port: 8080
name: http
type: LoadBalancer
type: ClusterIP
selector:
app: bridge