deploy zookeeper, k3s
This commit is contained in:
parent
14bedcd408
commit
d4234c0312
2 changed files with 3 additions and 2 deletions
|
@ -41,16 +41,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
# TODO: Make a function for adding hostnames to k8s endpoint(s).
|
||||
virtualHosts."zookeeper.0x76.dev" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://10.42.43.28:8085/";
|
||||
proxyPass = "http://10.42.42.150:8000/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
# TODO: Make a function for adding hostnames to k8s endpoint(s).
|
||||
virtualHosts."wooloofan.club" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue