github.com/rohankumardubey/draft-classic@v0.16.0/packs/php/charts/values.yaml (about)

     1  # Default values for PHP.
     2  # This is a YAML-formatted file.
     3  # Declare variables to be passed into your templates.
     4  replicaCount: 1
     5  image:
     6    pullPolicy: IfNotPresent
     7  service:
     8    name: php
     9    type: ClusterIP
    10    externalPort: 80
    11    internalPort: 80
    12  resources:
    13    limits:
    14      cpu: 100m
    15      memory: 128Mi
    16    requests:
    17      cpu: 100m
    18      memory: 128Mi
    19  ingress:
    20    enabled: false