apiVersion: v1
kind: Pod
metadata:
  annotations:
    prometheus.io/port: "19001"
    prometheus.io/scrape: "true"
  creationTimestamp: "2026-04-17T10:34:43Z"
  generateName: envoy-gateway-8b6d98d9b-
  generation: 1
  labels:
    app.kubernetes.io/instance: envoy-gateway
    app.kubernetes.io/name: gateway-helm
    control-plane: envoy-gateway
    pod-template-hash: 8b6d98d9b
  name: envoy-gateway-8b6d98d9b-9t2pr
  namespace: envoy-gateway-system
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: envoy-gateway-8b6d98d9b
    uid: 453bd87a-f4ed-4e7d-ac97-d2b6ee126a10
  resourceVersion: "4347"
  uid: 821bbc0d-9824-4d3a-8919-ac7bc3afd425
spec:
  containers:
  - args:
    - server
    - --config-path=/config/envoy-gateway.yaml
    env:
    - name: ENVOY_GATEWAY_NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: KUBERNETES_CLUSTER_DOMAIN
      value: cluster.local
    image: docker.io/envoyproxy/gateway:v1.7.0
    imagePullPolicy: IfNotPresent
    livenessProbe:
      failureThreshold: 3
      httpGet:
        path: /healthz
        port: 8081
        scheme: HTTP
      initialDelaySeconds: 15
      periodSeconds: 20
      successThreshold: 1
      timeoutSeconds: 1
    name: envoy-gateway
    ports:
    - containerPort: 18000
      name: grpc
      protocol: TCP
    - containerPort: 18001
      name: ratelimit
      protocol: TCP
    - containerPort: 18002
      name: wasm
      protocol: TCP
    - containerPort: 19001
      name: metrics
      protocol: TCP
    - containerPort: 9443
      name: webhook
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      httpGet:
        path: /readyz
        port: 8081
        scheme: HTTP
      initialDelaySeconds: 5
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 1
    resources:
      limits:
        memory: 1Gi
      requests:
        cpu: 100m
        memory: 256Mi
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - ALL
      privileged: false
      runAsGroup: 65532
      runAsNonRoot: true
      runAsUser: 65532
      seccompProfile:
        type: RuntimeDefault
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /config
      name: envoy-gateway-config
      readOnly: true
    - mountPath: /certs
      name: certs
      readOnly: true
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-sqjsh
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  nodeName: controller-1
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: envoy-gateway
  serviceAccountName: envoy-gateway
  terminationGracePeriodSeconds: 10
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
    tolerationSeconds: 300
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
    tolerationSeconds: 300
  volumes:
  - configMap:
      defaultMode: 420
      name: envoy-gateway-config
    name: envoy-gateway-config
  - name: certs
    secret:
      defaultMode: 420
      secretName: envoy-gateway
  - name: kube-api-access-sqjsh
    projected:
      defaultMode: 420
      sources:
      - serviceAccountToken:
          expirationSeconds: 3607
          path: token
      - configMap:
          items:
          - key: ca.crt
            path: ca.crt
          name: kube-root-ca.crt
      - downwardAPI:
          items:
          - fieldRef:
              apiVersion: v1
              fieldPath: metadata.namespace
            path: namespace
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2026-04-17T10:34:48Z"
    observedGeneration: 1
    status: "True"
    type: PodReadyToStartContainers
  - lastProbeTime: null
    lastTransitionTime: "2026-04-17T10:34:43Z"
    observedGeneration: 1
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-17T10:45:27Z"
    observedGeneration: 1
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-17T10:45:27Z"
    observedGeneration: 1
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-17T10:34:43Z"
    observedGeneration: 1
    status: "True"
    type: PodScheduled
  containerStatuses:
  - allocatedResources:
      cpu: 100m
      memory: 256Mi
    containerID: containerd://e0247d589a694c019127208b078d8eb2b6abc874eaed55c471f2a6fd00ea075c
    image: docker.io/envoyproxy/gateway:v1.7.0
    imageID: docker.io/envoyproxy/gateway@sha256:66bfa45b557aeb086223064261d51dfb983fe962f35f821f8135e67e1b1a981f
    lastState:
      terminated:
        containerID: containerd://32030d30f44d66e47756fc725566d7570fc5ba8723112df71b4f1ac9c7867278
        exitCode: 0
        finishedAt: "2026-04-17T10:43:23Z"
        reason: Completed
        startedAt: "2026-04-17T10:37:24Z"
    name: envoy-gateway
    ready: true
    resources:
      limits:
        memory: 1Gi
      requests:
        cpu: 100m
        memory: 256Mi
    restartCount: 2
    started: true
    state:
      running:
        startedAt: "2026-04-17T10:43:26Z"
    user:
      linux:
        gid: 65532
        supplementalGroups:
        - 65532
        uid: 65532
    volumeMounts:
    - mountPath: /config
      name: envoy-gateway-config
      readOnly: true
      recursiveReadOnly: Disabled
    - mountPath: /certs
      name: certs
      readOnly: true
      recursiveReadOnly: Disabled
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-sqjsh
      readOnly: true
      recursiveReadOnly: Disabled
  hostIP: 199.19.213.112
  hostIPs:
  - ip: 199.19.213.112
  observedGeneration: 1
  phase: Running
  podIP: 172.24.0.177
  podIPs:
  - ip: 172.24.0.177
  qosClass: Burstable
  startTime: "2026-04-17T10:34:43Z"
