Fix vaultwarden port

This commit is contained in:
Daniel Cosme
2026-05-07 20:57:24 -04:00
parent 21d8ab3532
commit b16a1aa45e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ metadata:
namespace: vaultwarden namespace: vaultwarden
spec: spec:
ports: ports:
- nodePort: 300012 - nodePort: 30012
port: 80 port: 80
targetPort: 0 targetPort: 0
selector: selector:
+1 -1
View File
@@ -59,7 +59,7 @@ var Vaultwarden = Service{
Port: 80, // Server Port Port: 80, // Server Port
Public: &Public{ Public: &Public{
URL: "https://vault.danicos.me", URL: "https://vault.danicos.me",
NodePort: 300012, NodePort: 30012,
}, },
} }