apiVersion: v1
kind: Pod
metadata:
  annotations:
    prometheus.io/port: "19001"
    prometheus.io/scrape: "true"
  creationTimestamp: "2026-07-10T03:29:35Z"
  generateName: envoy-gateway-78446f96c9-
  labels:
    app.kubernetes.io/instance: envoy-gateway
    app.kubernetes.io/name: gateway-helm
    control-plane: envoy-gateway
    pod-template-hash: 78446f96c9
  name: envoy-gateway-78446f96c9-tmg7l
  namespace: envoy-gateway-system
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: envoy-gateway-78446f96c9
    uid: 997a14e7-c148-47de-b7ce-f9bd5cf66445
  resourceVersion: "5419"
  uid: 0d99a089-13db-48cf-9ef1-d8523deb73a3
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-4z5jf
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  nodeName: instance
  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-4z5jf
    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-07-10T03:29:35Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-07-10T03:38:25Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-07-10T03:38:25Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-07-10T03:29:35Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://c4c8e115160c756e1e56ca01d5f249331e0209fe95a02bdc966eae0eaa6f1d7c
    image: docker.io/envoyproxy/gateway:v1.7.0
    imageID: docker.io/envoyproxy/gateway@sha256:66bfa45b557aeb086223064261d51dfb983fe962f35f821f8135e67e1b1a981f
    lastState:
      terminated:
        containerID: containerd://6eba160fcf79de0739a02df954c06eb6e2b491212b973c5aefa0f522c70afa1e
        exitCode: 0
        finishedAt: "2026-07-10T03:38:15Z"
        reason: Completed
        startedAt: "2026-07-10T03:29:36Z"
    name: envoy-gateway
    ready: true
    restartCount: 1
    started: true
    state:
      running:
        startedAt: "2026-07-10T03:38:16Z"
  hostIP: 199.204.45.144
  phase: Running
  podIP: 10.0.0.238
  podIPs:
  - ip: 10.0.0.238
  qosClass: Burstable
  startTime: "2026-07-10T03:29:35Z"
