Skip to content

Commit

Permalink
Update values-pro.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Apr 3, 2024
1 parent 2625c82 commit 33010d0
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions chart/openfaas/values-pro.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# Suggested additional overrides for OpenFaaS Pro users,
# Suggested additional overrides for OpenFaaS Pro users (Standard or for Enterprises)
# in addition to (not instead of) values.yaml

# Initial configuration to set Pro configurations on
openfaasPro: true

securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 10001

# Recommended operating mode for the OpenFaaS controller aka "faas-netes"
# is operator mode, including a CustomResource for functions.
#
Expand All @@ -18,9 +12,9 @@ securityContext:
operator:
create: true

# For when you are running more than one replica of the gateway
# leaderElection is not required if running only one gateway replica
leaderElection:
enabled: false
enabled: true

# For handling large amounts of functions
kubeClientQPS: 100
Expand Down Expand Up @@ -81,3 +75,10 @@ nats:

# For timeouts longer than 60 seconds see:
# https://docs.openfaas.com/tutorials/expanded-timeouts/

# securityContext applied to the OpenFaaS components deployed by this chart
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 10001

0 comments on commit 33010d0

Please sign in to comment.