Add yaml files for deploying Connect

These yaml files are used when the environment variable `MANAGE_CONNECT` for the operator is set to `true`.
This commit is contained in:
Eddy Filip
2022-09-13 16:08:26 +03:00
parent 946e986048
commit 28c3ffade7
4 changed files with 91 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: onepassword-connect
spec:
type: NodePort
selector:
app: onepassword-connect
ports:
- port: 8080
name: connect-api
nodePort: 30080
- port: 8081
name: connect-sync
nodePort: 30081