fix: container port
This commit is contained in:
parent
48f13e05c9
commit
56cee83e7c
@ -24,7 +24,7 @@ spec:
|
||||
- name: yadunut-dev
|
||||
image: harbor.yadunut.dev/yadunut/yadunut.dev:sha-cbfe9ae-1735272127 # {"$imagepolicy": "flux-system:yadunut-dev"}
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
- containerPort: 3000
|
||||
name: http
|
||||
protocol: TCP
|
||||
---
|
||||
|
@ -22,7 +22,10 @@
|
||||
"net.ipv4.ip_forward" = 1;
|
||||
};
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
services.qemuGuest.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user