Refactor Gitea,Guacamole,Vaultwarden
This commit is contained in:
15
services/Vaultwarden/service-vaultwarden.yaml
Normal file
15
services/Vaultwarden/service-vaultwarden.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: vaultwarden
|
||||
namespace: vaultwarden
|
||||
spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
name: ui
|
||||
port: 8080
|
||||
- protocol: TCP
|
||||
name: websocket
|
||||
port: 3012
|
||||
selector:
|
||||
app: vaultwarden
|
Reference in New Issue
Block a user