mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28:06 +00:00

Now when the operator is deployed with the `MANAGE_CONNECT` env var set to true, the connect instance is deployed in the same namespace as the operator.
16 lines
267 B
YAML
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: 31080
|
|
- port: 8081
|
|
name: connect-sync
|
|
nodePort: 31081
|