Skip to content
Snippets Groups Projects
helm-controller.yaml 262 B
Newer Older
spec:
  template:
    spec:
      containers:
      - name: manager
        args:
        - "--concurrent=3"
        resources:
          limits:
            cpu: "1"
Varac's avatar
Varac committed
            memory: 2048Mi
          requests:
            cpu: 100m
Varac's avatar
Varac committed
            memory: 512Mi