Fix vaultwarden service port
This commit is contained in:
parent
463fb03080
commit
c4dc3fe566
@ -56,8 +56,8 @@ service:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
vaultwarden:
|
||||
port: 9000
|
||||
targetPort: 9000
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
protocol: TCP
|
||||
|
||||
storage:
|
||||
|
Loading…
Reference in New Issue
Block a user