COMPUTED VALUES:
certgen:
  job:
    affinity: {}
    annotations: {}
    args: []
    nodeSelector: {}
    pod:
      annotations: {}
      labels: {}
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - ALL
      privileged: false
      readOnlyRootFilesystem: true
      runAsGroup: 65532
      runAsNonRoot: true
      runAsUser: 65532
      seccompProfile:
        type: RuntimeDefault
    tolerations: []
    ttlSecondsAfterFinished: 30
  rbac:
    annotations: {}
    labels: {}
config:
  envoyGateway:
    extensionApis: {}
    gateway:
      controllerName: gateway.envoyproxy.io/gatewayclass-controller
    logging:
      level:
        default: info
    provider:
      kubernetes:
        rateLimitDeployment:
          container:
            image: docker.io/envoyproxy/ratelimit:3fb70258
          patch:
            type: StrategicMerge
            value:
              spec:
                template:
                  spec:
                    containers:
                    - imagePullPolicy: IfNotPresent
                      name: envoy-ratelimit
        shutdownManager:
          image: docker.io/envoyproxy/gateway:v1.7.0
      type: Kubernetes
createNamespace: false
deployment:
  annotations: {}
  envoyGateway:
    image:
      repository: docker.io/envoyproxy/gateway
      tag: v1.7.0
    imagePullPolicy: ""
    imagePullSecrets: []
    resources:
      limits:
        memory: 1024Mi
      requests:
        cpu: 100m
        memory: 256Mi
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - ALL
      privileged: false
      runAsGroup: 65532
      runAsNonRoot: true
      runAsUser: 65532
      seccompProfile:
        type: RuntimeDefault
  pod:
    affinity: {}
    annotations:
      prometheus.io/port: "19001"
      prometheus.io/scrape: "true"
    labels: {}
    nodeSelector: {}
    tolerations: []
    topologySpreadConstraints: []
  ports:
  - name: grpc
    port: 18000
    targetPort: 18000
  - name: ratelimit
    port: 18001
    targetPort: 18001
  - name: wasm
    port: 18002
    targetPort: 18002
  - name: metrics
    port: 19001
    targetPort: 19001
  priorityClassName: null
  replicas: 1
global:
  imagePullSecrets: []
  imageRegistry: ""
  images:
    envoyGateway:
      image: docker.io/envoyproxy/gateway:v1.7.0
      pullPolicy: IfNotPresent
      pullSecrets: []
    ratelimit:
      image: docker.io/envoyproxy/ratelimit:3fb70258
      pullPolicy: IfNotPresent
      pullSecrets: []
hpa:
  behavior: {}
  enabled: false
  maxReplicas: 1
  metrics: []
  minReplicas: 1
kubernetesClusterDomain: cluster.local
podDisruptionBudget:
  minAvailable: 0
service:
  annotations: {}
  trafficDistribution: ""
  type: ClusterIP
topologyInjector:
  annotations: {}
  enabled: true
