Files
onepassword-operator/config/connect/service.yaml
Eddy Filip 28c3ffade7 Add yaml files for deploying Connect
These yaml files are used when the environment variable `MANAGE_CONNECT` for the operator is set to `true`.
2022-09-13 16:08:26 +03:00

16 lines
267 B
YAML

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