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