Skip to content

Commit

Permalink
chore: update to whisk for kubernetes pod affinity
Browse files Browse the repository at this point in the history
  • Loading branch information
francescotimperi committed Feb 17, 2024
1 parent be9d2a7 commit 6f5dee3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion deploy/nuvolaris-permissions/whisk-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,13 @@ spec:
type: integer
user_pod_affinity_enabled:
description: boolean falg to enable/disable user pod affinity. Default to false
type: boolean
type: boolean
user_pod_affinity_key:
description: node label to be used for the invoker pod affinity. Defaults to nuvolaris-role
type: string
user_pod_affinity_value:
description: node label value used for the invoker pod affinity. Defaults to invoker
type: string
port_forwarding_enabled:
description: boolean falg to enable/disable port forwarding. Default to false
type: boolean
Expand Down

0 comments on commit 6f5dee3

Please sign in to comment.