Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/test/kubernetes/lucee/values.yaml
Views: 11779
# Default values for lucee.1# This is a YAML-formatted file.2# Declare variables to be passed into your templates.34replicaCount: 156image:7repository: lucee/lucee8pullPolicy: IfNotPresent9containerPort: 888810tag: 5.3.7.431112notes:13hostPort: 900214address: 0.0.0.01516imagePullSecrets: []17nameOverride: ""18fullnameOverride: ""1920serviceAccount:21create: true2223# Annotations to add to the service account24annotations: {}25# The name of the service account to use.26# If not set and create is true, a name is generated using the fullname template27name: ""2829privileges:30# Override the default cluster role (useServiceAccount must be true for this setting to be effective)31bindClusterRoleOverride: "lucee-no-access" # Alternatively lucee-all-access3233#34# Privileges related to node hosting metasploit Pod35# See: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/36podSecurityContext: {}37# fsGroup: 200038# container security context39# securityContext: {}40# allowPrivilegeEscalation: false41# capabilities:42# add:43# - NET_BIND_SERVICE44# drop:45# - all46# runAsNonRoot: true47# runAsUser: 100048# runAsGroup: 1000495051podAnnotations: {}5253podSecurityContext: {}54# fsGroup: 20005556securityContext: {}57# capabilities:58# drop:59# - ALL60# readOnlyRootFilesystem: true61# runAsNonRoot: true62# runAsUser: 10006364service:65type: ClusterIP66port: 90026768ingress:69enabled: false70className: ""71annotations: {}72# kubernetes.io/ingress.class: nginx73# kubernetes.io/tls-acme: "true"74hosts:75- host: lucee.local76paths:77- path: /78pathType: ImplementationSpecific79tls: []80# - secretName: chart-example-tls81# hosts:82# - chart-example.local8384resources: {}85# We usually recommend not to specify default resources and to leave this as a conscious86# choice for the user. This also increases chances charts run on environments with little87# resources, such as Minikube. If you do want to specify resources, uncomment the following88# lines, adjust them as necessary, and remove the curly braces after 'resources:'.89# limits:90# cpu: 100m91# memory: 128Mi92# requests:93# cpu: 100m94# memory: 128Mi9596autoscaling:97enabled: false98minReplicas: 199maxReplicas: 100100targetCPUUtilizationPercentage: 80101# targetMemoryUtilizationPercentage: 80102103nodeSelector: {}104105tolerations: []106107affinity: {}108109110