fix: container port

This commit is contained in:
2024-12-26 22:28:48 -08:00
parent 48f13e05c9
commit 56cee83e7c
2 changed files with 5 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ spec:
- name: yadunut-dev - name: yadunut-dev
image: harbor.yadunut.dev/yadunut/yadunut.dev:sha-cbfe9ae-1735272127 # {"$imagepolicy": "flux-system:yadunut-dev"} image: harbor.yadunut.dev/yadunut/yadunut.dev:sha-cbfe9ae-1735272127 # {"$imagepolicy": "flux-system:yadunut-dev"}
ports: ports:
- containerPort: 8080 - containerPort: 3000
name: http name: http
protocol: TCP protocol: TCP
--- ---

View File

@@ -22,7 +22,10 @@
"net.ipv4.ip_forward" = 1; "net.ipv4.ip_forward" = 1;
}; };
services.openssh.enable = true; services.openssh = {
enable = true;
settings.PasswordAuthentication = false;
};
services.qemuGuest.enable = true; services.qemuGuest.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [