fix deployments

This commit is contained in:
Vivian 2021-11-12 09:43:50 +01:00
parent ba144d2351
commit cf781f3910
5 changed files with 31 additions and 22 deletions

View file

@ -48,6 +48,15 @@ in {
};
};
virtualHosts."zookeeper-dev.0x76.dev" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://10.42.43.28:8085/";
proxyWebsockets = true;
};
};
# Kubernetes endpoints
virtualHosts."0x76.dev" = k8s_proxy;
virtualHosts."zookeeper.0x76.dev" = k8s_proxy;