added netdata with auth
This commit is contained in:
@@ -171,6 +171,14 @@ http:
|
||||
- redirect-to-https
|
||||
service: noop@internal
|
||||
|
||||
netdata-http:
|
||||
rule: "Host(`netdata.aetoskia.com`)"
|
||||
entryPoints:
|
||||
- web
|
||||
middlewares:
|
||||
- redirect-to-https
|
||||
service: noop@internal
|
||||
|
||||
portainer-http:
|
||||
rule: "Host(`portainer.aetoskia.com`)"
|
||||
entryPoints:
|
||||
@@ -304,6 +312,16 @@ http:
|
||||
certResolver: aetoskia
|
||||
|
||||
# Monitoring
|
||||
netdata:
|
||||
rule: "Host(`netdata.aetoskia.com`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: netdata-svc
|
||||
tls:
|
||||
certResolver: aetoskia
|
||||
middlewares:
|
||||
- basic-auth
|
||||
|
||||
portainer:
|
||||
rule: "Host(`portainer.aetoskia.com`)"
|
||||
entryPoints:
|
||||
@@ -312,9 +330,6 @@ http:
|
||||
tls:
|
||||
certResolver: aetoskia
|
||||
|
||||
# ----------------------
|
||||
# HTTP Services
|
||||
# ----------------------
|
||||
services:
|
||||
# ----------------------
|
||||
# HTTP Services
|
||||
@@ -383,6 +398,11 @@ http:
|
||||
- url: "http://private-pi:6001"
|
||||
|
||||
# Monitoring
|
||||
netdata-svc:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://private-pi:7001"
|
||||
|
||||
portainer-svc:
|
||||
loadBalancer:
|
||||
servers:
|
||||
|
||||
Reference in New Issue
Block a user