Update install-netbird-traefik.sh
This commit is contained in:
parent
d9e514ec3e
commit
9c358de605
|
|
@ -623,21 +623,21 @@ services:
|
||||||
- traefik.http.routers.zitadel-admin.tls=true
|
- traefik.http.routers.zitadel-admin.tls=true
|
||||||
- traefik.http.routers.zitadel-admin.tls.certresolver=NETBIRD_TRAEFIK_SSL
|
- traefik.http.routers.zitadel-admin.tls.certresolver=NETBIRD_TRAEFIK_SSL
|
||||||
# Endpoints gRPC Zitadel
|
# Endpoints gRPC Zitadel
|
||||||
- traefik.http.routers.zitadel-grpc-auth.rule=Host(`netbird.yblis.fr`) && PathPrefix(`/zitadel.auth.v1.AuthService/`)
|
- traefik.http.routers.zitadel-grpc-auth.rule=Host(`NETBIRD_DOMAIN_PLACEHOLDER`) && PathPrefix(`/zitadel.auth.v1.AuthService/`)
|
||||||
- traefik.http.routers.zitadel-grpc-auth.entrypoints=https
|
- traefik.http.routers.zitadel-grpc-auth.entrypoints=https
|
||||||
- traefik.http.routers.zitadel-grpc-auth.service=zitadel
|
- traefik.http.routers.zitadel-grpc-auth.service=zitadel
|
||||||
- traefik.http.routers.zitadel-grpc-auth.priority=400
|
- traefik.http.routers.zitadel-grpc-auth.priority=400
|
||||||
- traefik.http.routers.zitadel-grpc-auth.tls=true
|
- traefik.http.routers.zitadel-grpc-auth.tls=true
|
||||||
- traefik.http.routers.zitadel-grpc-auth.tls.certresolver=webssl
|
- traefik.http.routers.zitadel-grpc-auth.tls.certresolver=webssl
|
||||||
|
|
||||||
- traefik.http.routers.zitadel-grpc-admin.rule=Host(`netbird.yblis.fr`) && PathPrefix(`/zitadel.admin.v1.AdminService/`)
|
- traefik.http.routers.zitadel-grpc-admin.rule=Host(`NETBIRD_DOMAIN_PLACEHOLDER`) && PathPrefix(`/zitadel.admin.v1.AdminService/`)
|
||||||
- traefik.http.routers.zitadel-grpc-admin.entrypoints=https
|
- traefik.http.routers.zitadel-grpc-admin.entrypoints=https
|
||||||
- traefik.http.routers.zitadel-grpc-admin.service=zitadel
|
- traefik.http.routers.zitadel-grpc-admin.service=zitadel
|
||||||
- traefik.http.routers.zitadel-grpc-admin.priority=400
|
- traefik.http.routers.zitadel-grpc-admin.priority=400
|
||||||
- traefik.http.routers.zitadel-grpc-admin.tls=true
|
- traefik.http.routers.zitadel-grpc-admin.tls=true
|
||||||
- traefik.http.routers.zitadel-grpc-admin.tls.certresolver=webssl
|
- traefik.http.routers.zitadel-grpc-admin.tls.certresolver=webssl
|
||||||
|
|
||||||
- traefik.http.routers.zitadel-grpc-mgmt.rule=Host(`netbird.yblis.fr`) && PathPrefix(`/zitadel.management.v1.ManagementService/`)
|
- traefik.http.routers.zitadel-grpc-mgmt.rule=Host(`NETBIRD_DOMAIN_PLACEHOLDER`) && PathPrefix(`/zitadel.management.v1.ManagementService/`)
|
||||||
- traefik.http.routers.zitadel-grpc-mgmt.entrypoints=https
|
- traefik.http.routers.zitadel-grpc-mgmt.entrypoints=https
|
||||||
- traefik.http.routers.zitadel-grpc-mgmt.service=zitadel
|
- traefik.http.routers.zitadel-grpc-mgmt.service=zitadel
|
||||||
- traefik.http.routers.zitadel-grpc-mgmt.priority=400
|
- traefik.http.routers.zitadel-grpc-mgmt.priority=400
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue