Fix vaultwarden port
This commit is contained in:
@@ -7,7 +7,7 @@ metadata:
|
||||
namespace: vaultwarden
|
||||
spec:
|
||||
ports:
|
||||
- nodePort: 300012
|
||||
- nodePort: 30012
|
||||
port: 80
|
||||
targetPort: 0
|
||||
selector:
|
||||
|
||||
@@ -59,7 +59,7 @@ var Vaultwarden = Service{
|
||||
Port: 80, // Server Port
|
||||
Public: &Public{
|
||||
URL: "https://vault.danicos.me",
|
||||
NodePort: 300012,
|
||||
NodePort: 30012,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user