Fix vaultwarden

This commit is contained in:
Astra Logical 2026-03-01 14:48:05 -05:00
parent 2418bd1979
commit 08f2aa04c2
2 changed files with 2 additions and 7 deletions

View file

@ -31,8 +31,6 @@ spec:
image: vaultwarden/server:latest
name: vaultwarden
ports:
- containerPort: 3012
protocol: TCP
- containerPort: 80
protocol: TCP
securityContext:

View file

@ -10,11 +10,8 @@ metadata:
spec:
type: NodePort
ports:
- port: 3012
targetPort: 3012
NodePort: 3012
- port: 8081
- port: 32233
targetPort: 80
NodePort: 8081
nodePort: 32233
selector:
io.kompose.service: vaultwarden