Skip to content

Utilizing capabilities

Capabilities

One of the core features of the Paas operator is to enable Paas users with capabilities. Capabilities need to be created and added to the cluster wide configuration of the Paas operator by administrators. After that Paas users can easily add the capabilities to their Paas.

Read more about Paas capabilities in our core concepts documentation.

Example

apiVersion: cpet.belastingdienst.nl/v1alpha2
kind: Paas
metadata:
  name: tst-tst
spec:
  capabilities:
    grafana: {}
    sso:
      quota:
        limits.cpu: '5'
        limits.memory: 8Gi
        requests.cpu: '2'
        requests.memory: 2Gi
        requests.storage: 100Gi
    tekton:
      quota:
        limits.cpu: '32'
        limits.memory: 32Gi
        requests.cpu: '16'
        requests.memory: 16Gi
        requests.storage: 40Gi