Fix port
This commit is contained in:
parent
898ae4d390
commit
e8ceba34f1
|
@ -33,12 +33,12 @@ spec:
|
||||||
port: 9000
|
port: 9000
|
||||||
expose: true
|
expose: true
|
||||||
web:
|
web:
|
||||||
port: 80
|
port: 8080
|
||||||
exposedPort: 80
|
exposedPort: 8080
|
||||||
expose: true
|
expose: true
|
||||||
websecure:
|
websecure:
|
||||||
port: 443
|
port: 8443
|
||||||
exposedPort: 443
|
exposedPort: 8443
|
||||||
expose: true
|
expose: true
|
||||||
pilot:
|
pilot:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
@ -22,7 +22,7 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
k8sProxy = proxy "http://kubernetes.lxd:80/";
|
k8sProxy = proxy "http://kubernetes.lxd:8080/";
|
||||||
in {
|
in {
|
||||||
imports = [ ../../common ../../common/lxc.nix ];
|
imports = [ ../../common ../../common/lxc.nix ];
|
||||||
networking.hostName = "nginx";
|
networking.hostName = "nginx";
|
||||||
|
|
Loading…
Reference in a new issue