apiVersion: v1
kind: Pod
metadata:
  annotations:
    prometheus.io/port: "19001"
    prometheus.io/scrape: "true"
  creationTimestamp: "2026-05-11T05:40:37Z"
  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-57gzq
  namespace: envoy-gateway-system
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: envoy-gateway-78446f96c9
    uid: f9b215fa-6669-4187-b224-2613aaf69e3c
  resourceVersion: "25074"
  uid: 5c712e64-f663-43e3-a236-456e678efa54
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-pshd9
      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-pshd9
    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-05-11T05:40:37Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-05-11T06:29:18Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-05-11T06:29:18Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-05-11T05:40:37Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://433642aa5938951e466b3083ea2a0573391f960e17cbe9cf523b4466bc498056
    image: docker.io/envoyproxy/gateway:v1.7.0
    imageID: docker.io/envoyproxy/gateway@sha256:66bfa45b557aeb086223064261d51dfb983fe962f35f821f8135e67e1b1a981f
    lastState:
      terminated:
        containerID: containerd://3fb2bad58e2ded9e9566cde50967adbf68a4d5e37fee34f1905bf6d0253f9062
        exitCode: 0
        finishedAt: "2026-05-11T06:28:58Z"
        reason: Completed
        startedAt: "2026-05-11T05:40:38Z"
    name: envoy-gateway
    ready: true
    restartCount: 1
    started: true
    state:
      running:
        startedAt: "2026-05-11T06:29:06Z"
  hostIP: 199.204.45.49
  phase: Running
  podIP: 10.0.0.214
  podIPs:
  - ip: 10.0.0.214
  qosClass: Burstable
  startTime: "2026-05-11T05:40:37Z"
