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/thinkphp/values.yaml
Views: 11623
# Default values for thinkphp.1# This is a YAML-formatted file.2# Declare variables to be passed into your templates.34replicaCount: 156image:7repository: vulhub/thinkphp8pullPolicy: IfNotPresent9tag: 5.0.2310containerPort: 801112notes:13hostPort: 900114address: 0.0.0.01516imagePullSecrets: []17nameOverride: ""18fullnameOverride: ""1920serviceAccount:21create: true22# Annotations to add to the service account23annotations: {}24# The name of the service account to use.25# If not set and create is true, a name is generated using the fullname template26name: ""2728privileges:29# Override the default cluster role (useServiceAccount must be true for this setting to be effective)30bindClusterRoleOverride: "thinkphp-all-access" # Alternatively thinkphp-no-access3132#33# Privileges related to node hosting metasploit Pod34# See: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/35podSecurityContext: {}36# fsGroup: 200037# container security context38# securityContext: {}39# allowPrivilegeEscalation: false40# capabilities:41# add:42# - NET_BIND_SERVICE43# drop:44# - all45# runAsNonRoot: true46# runAsUser: 100047# runAsGroup: 10004849podAnnotations: {}5051podSecurityContext: {}52# fsGroup: 20005354securityContext: {}55# capabilities:56# drop:57# - ALL58# readOnlyRootFilesystem: true59# runAsNonRoot: true60# runAsUser: 10006162service:63type: ClusterIP64port: 806566ingress:67enabled: false68className: ""69annotations: {}70# kubernetes.io/ingress.class: nginx71# kubernetes.io/tls-acme: "true"72hosts:73- host: thinkphp.local74paths:75- path: /76pathType: ImplementationSpecific77tls: []78# - secretName: chart-example-tls79# hosts:80# - chart-example.local8182resources: {}83# We usually recommend not to specify default resources and to leave this as a conscious84# choice for the user. This also increases chances charts run on environments with little85# resources, such as Minikube. If you do want to specify resources, uncomment the following86# lines, adjust them as necessary, and remove the curly braces after 'resources:'.87# limits:88# cpu: 100m89# memory: 128Mi90# requests:91# cpu: 100m92# memory: 128Mi9394autoscaling:95enabled: false96minReplicas: 197maxReplicas: 10098targetCPUUtilizationPercentage: 8099# targetMemoryUtilizationPercentage: 80100101nodeSelector: {}102103tolerations: []104105affinity: {}106107108