# ------------------------------------------------------------------------------ # Portworx Operator Helm Values for Talos Linux # Chart: px-operator from Portworx # Version: 25.0.0 # ------------------------------------------------------------------------------ # Deploy operator to portworx namespace namespace: portworx # Operator configuration operator: # Single replica is sufficient for homelab replicas: 1 # Tolerations to allow operator on control plane nodes if needed tolerations: - key: node-role.kubernetes.io/control-plane operator: Exists effect: NoSchedule # Resource requests/limits resources: requests: cpu: 50m memory: 128Mi limits: cpu: 200m memory: 256Mi # RBAC configuration rbac: create: true # ServiceAccount serviceAccount: create: true name: portworx-operator