apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 697e6cfc2956a32471343c14345aeb52bd8d2d1b1846a7c3d7b7e9b0337dcc4f
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-04-07T09:41:01Z"
  generateName: memcached-memcached-c47d949f5-
  labels:
    application: memcached
    component: server
    pod-template-hash: c47d949f5
    release_group: memcached
  name: memcached-memcached-c47d949f5-vwznh
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: memcached-memcached-c47d949f5
    uid: 32aae799-9eb8-4d51-bfc3-2c03286d81ab
  resourceVersion: "2499"
  uid: 27a39a0e-1b3b-42d1-9d8a-5e7431749922
spec:
  affinity:
    podAntiAffinity:
      preferredDuringSchedulingIgnoredDuringExecution:
      - podAffinityTerm:
          labelSelector:
            matchExpressions:
            - key: release_group
              operator: In
              values:
              - memcached
            - key: application
              operator: In
              values:
              - memcached
            - key: component
              operator: In
              values:
              - server
          topologyKey: kubernetes.io/hostname
        weight: 10
  containers:
  - command:
    - /tmp/memcached.sh
    env:
    - name: MEMCACHED_PORT
      value: "11211"
    - name: MEMCACHED_MAX_CONNECTIONS
      value: "8192"
    - name: MEMCACHED_MEMORY
      value: "1024"
    image: harbor.atmosphere.dev/docker.io/library/memcached:1.6.17
    imagePullPolicy: IfNotPresent
    name: memcached
    ports:
    - containerPort: 11211
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      periodSeconds: 10
      successThreshold: 1
      tcpSocket:
        port: 11211
      timeoutSeconds: 1
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/memcached.sh
      name: memcached-bin
      readOnly: true
      subPath: memcached.sh
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-8cx7d
      readOnly: true
  - command:
    - /tmp/memcached-exporter.sh
    - start
    image: harbor.atmosphere.dev/quay.io/prometheus/memcached-exporter:v0.10.0
    imagePullPolicy: IfNotPresent
    name: memcached-exporter
    ports:
    - containerPort: 9150
      name: metrics
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      periodSeconds: 10
      successThreshold: 1
      tcpSocket:
        port: 9150
      timeoutSeconds: 1
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/memcached-exporter.sh
      name: memcached-bin
      readOnly: true
      subPath: memcached-exporter.sh
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-8cx7d
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  initContainers:
  - command:
    - kubernetes-entrypoint
    env:
    - name: POD_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.name
    - name: NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: INTERFACE_NAME
      value: eth0
    - name: PATH
      value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
    - name: DEPENDENCY_SERVICE
    - name: DEPENDENCY_DAEMONSET
    - name: DEPENDENCY_CONTAINER
    - name: DEPENDENCY_POD_JSON
    - name: DEPENDENCY_CUSTOM_RESOURCE
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint:edge@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    imagePullPolicy: IfNotPresent
    name: init
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
      runAsUser: 65534
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-8cx7d
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    runAsUser: 65534
  serviceAccount: memcached-memcached
  serviceAccountName: memcached-memcached
  shareProcessNamespace: true
  terminationGracePeriodSeconds: 30
  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:
  - emptyDir: {}
    name: pod-tmp
  - configMap:
      defaultMode: 365
      name: memcached-memcached-bin
    name: memcached-bin
  - name: kube-api-access-8cx7d
    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-07T09:41:03Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-07T09:41:07Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-07T09:41:07Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-07T09:41:01Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://5eed55df36a56d61a60be5708204d731f1a9193d2f80a97edbb43aabb3a5b5fc
    image: harbor.atmosphere.dev/docker.io/library/memcached:1.6.17
    imageID: harbor.atmosphere.dev/docker.io/library/memcached@sha256:d20c577c08863b09b21ecd21d0384d0a800f39d82f37045b3608f677a0a9400f
    lastState: {}
    name: memcached
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-04-07T09:41:06Z"
  - containerID: containerd://510cd8213e0b87c7c115afd9bccd29c263a43c43ad781e84f93057e9aa039c87
    image: harbor.atmosphere.dev/quay.io/prometheus/memcached-exporter:v0.10.0
    imageID: harbor.atmosphere.dev/quay.io/prometheus/memcached-exporter@sha256:fa5a2de1a4744da66fb369bee81232f5ea52208bc643e409a60f66d699ac27b2
    lastState: {}
    name: memcached-exporter
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-04-07T09:41:07Z"
  hostIP: 199.19.213.136
  initContainerStatuses:
  - containerID: containerd://5407abf8993dba946f5fd882a9ee3381ca2f7dfc94ff010d30130f16f25c4392
    image: sha256:d656bd5737950b86b0ecff4b0206024769c78ea55e2f9f4c840c3cc2a10caaf8
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    lastState: {}
    name: init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://5407abf8993dba946f5fd882a9ee3381ca2f7dfc94ff010d30130f16f25c4392
        exitCode: 0
        finishedAt: "2026-04-07T09:41:03Z"
        reason: Completed
        startedAt: "2026-04-07T09:41:03Z"
  phase: Running
  podIP: 10.0.0.223
  podIPs:
  - ip: 10.0.0.223
  qosClass: BestEffort
  startTime: "2026-04-07T09:41:01Z"
