Fix vaultwarden
This commit is contained in:
parent
2418bd1979
commit
08f2aa04c2
2 changed files with 2 additions and 7 deletions
|
|
@ -31,8 +31,6 @@ spec:
|
|||
image: vaultwarden/server:latest
|
||||
name: vaultwarden
|
||||
ports:
|
||||
- containerPort: 3012
|
||||
protocol: TCP
|
||||
- containerPort: 80
|
||||
protocol: TCP
|
||||
securityContext:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue