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
|
image: vaultwarden/server:latest
|
||||||
name: vaultwarden
|
name: vaultwarden
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3012
|
|
||||||
protocol: TCP
|
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
|
||||||
|
|
@ -10,11 +10,8 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
ports:
|
ports:
|
||||||
- port: 3012
|
- port: 32233
|
||||||
targetPort: 3012
|
|
||||||
NodePort: 3012
|
|
||||||
- port: 8081
|
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
NodePort: 8081
|
nodePort: 32233
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: vaultwarden
|
io.kompose.service: vaultwarden
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue