apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 697e6cfc2956a32471343c14345aeb52bd8d2d1b1846a7c3d7b7e9b0337dcc4f
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-04-23T16:32:43Z"
  generateName: memcached-memcached-cf56b6468-
  labels:
    application: memcached
    component: server
    pod-template-hash: cf56b6468
    release_group: memcached
  name: memcached-memcached-cf56b6468-5w99k
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: memcached-memcached-cf56b6468
    uid: bfb0f14e-1482-45f7-b64f-abe6d3036f1f
  resourceVersion: "1740"
  uid: c2cf338b-157a-4f39-b006-86bfa44b19c7
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.26
    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-kmdf4
      readOnly: true
  - command:
    - /tmp/memcached-exporter.sh
    - start
    image: harbor.atmosphere.dev/quay.io/prometheus/memcached-exporter:v0.14.3
    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-kmdf4
      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
    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-kmdf4
      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-kmdf4
    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-23T16:32:46Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-23T16:33:01Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-23T16:33:01Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-23T16:32:43Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://ffd1256fc6bf0cafbb624263864df60b8465fbd694e14dc9a1342a082c7d9953
    image: harbor.atmosphere.dev/docker.io/library/memcached:1.6.26
    imageID: harbor.atmosphere.dev/docker.io/library/memcached@sha256:09eaba8e0b136af2f1d8a4985b4fda74ce2793f95ea66d82fbe5769c05b42ea3
    lastState: {}
    name: memcached
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-04-23T16:32:54Z"
  - containerID: containerd://38937dd6a794554166c523c08acc6bc5ab7f786c9a3929732dae4dced89a7784
    image: harbor.atmosphere.dev/quay.io/prometheus/memcached-exporter:v0.14.3
    imageID: harbor.atmosphere.dev/quay.io/prometheus/memcached-exporter@sha256:42fc7a1b5e24dd8965d74b8ac5102f568138b3c64ac17b5879bc07665c0700b0
    lastState: {}
    name: memcached-exporter
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-04-23T16:33:00Z"
  hostIP: 199.19.213.116
  initContainerStatuses:
  - containerID: containerd://ccabd47f46db25d1ebb3ed95aa81f6241a3653017a16d24f2a498765999efb34
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint:edge
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    lastState: {}
    name: init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://ccabd47f46db25d1ebb3ed95aa81f6241a3653017a16d24f2a498765999efb34
        exitCode: 0
        finishedAt: "2026-04-23T16:32:45Z"
        reason: Completed
        startedAt: "2026-04-23T16:32:45Z"
  phase: Running
  podIP: 10.0.0.225
  podIPs:
  - ip: 10.0.0.225
  qosClass: BestEffort
  startTime: "2026-04-23T16:32:43Z"
