Fix port
This commit is contained in:
parent
898ae4d390
commit
e8ceba34f1
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue