fix: use correct service for ntfy
This commit is contained in:
parent
917d7571f2
commit
ec3c0cfedd
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ data:
|
||||||
log-format text
|
log-format text
|
||||||
|
|
||||||
ntfy {
|
ntfy {
|
||||||
server http://ntfy:80
|
server http://ntfy-http:80
|
||||||
}
|
}
|
||||||
|
|
||||||
handler "/flux" {
|
handler "/flux" {
|
||||||
|
@ -54,6 +54,6 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 8080
|
||||||
name: http
|
name: http
|
||||||
type: LoadBalancer
|
type: ClusterIP
|
||||||
selector:
|
selector:
|
||||||
app: bridge
|
app: bridge
|
||||||
|
|
Loading…
Reference in a new issue