fix: container port

This commit is contained in:
Yadunand Prem 2024-12-26 22:28:48 -08:00
parent 48f13e05c9
commit 56cee83e7c
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View File

@ -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
---

View File

@ -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; [