main
Julius 2022-05-23 21:57:54 +02:00
parent 898ae4d390
commit e8ceba34f1
Signed by: j00lz
GPG Key ID: AF241B0AA237BBA2
2 changed files with 5 additions and 5 deletions

View File

@ -33,12 +33,12 @@ spec:
port: 9000
expose: true
web:
port: 80
exposedPort: 80
port: 8080
exposedPort: 8080
expose: true
websecure:
port: 443
exposedPort: 443
port: 8443
exposedPort: 8443
expose: true
pilot:
enabled: false

View File

@ -22,7 +22,7 @@ let
};
};
k8sProxy = proxy "http://kubernetes.lxd:80/";
k8sProxy = proxy "http://kubernetes.lxd:8080/";
in {
imports = [ ../../common ../../common/lxc.nix ];
networking.hostName = "nginx";