apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 697e6cfc2956a32471343c14345aeb52bd8d2d1b1846a7c3d7b7e9b0337dcc4f
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-04-20T12:00:18Z"
  generateName: memcached-memcached-6479589586-
  labels:
    application: memcached
    component: server
    pod-template-hash: "6479589586"
    release_group: memcached
  name: memcached-memcached-6479589586-cm2kl
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: memcached-memcached-6479589586
    uid: 20dd540e-5219-4ed2-be5a-d3ce40b3854e
  resourceVersion: "5628"
  uid: 2415de6a-db6c-4181-83f0-4ea291bf8f3b
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-gzgv4
      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-gzgv4
      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-gzgv4
      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-gzgv4
    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-20T12:00:20Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-20T12:01:15Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-20T12:01:15Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-20T12:00:18Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://c18599fbf9ba6f0f36c288d77e1644897d07bfe1e9c168415075aaa5ab841f4c
    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-20T12:01:02Z"
  - containerID: containerd://e0c16fb6613654c598819202d2dd375fc81ca3ab809044c3eed447a1d5e9cb81
    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-20T12:01:14Z"
  hostIP: 199.204.45.250
  initContainerStatuses:
  - containerID: containerd://73b30f361f0f86c88d61249a924d125891543fa959c540f40f3240e27c35b875
    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://73b30f361f0f86c88d61249a924d125891543fa959c540f40f3240e27c35b875
        exitCode: 0
        finishedAt: "2026-04-20T12:00:19Z"
        reason: Completed
        startedAt: "2026-04-20T12:00:19Z"
  phase: Running
  podIP: 10.0.0.213
  podIPs:
  - ip: 10.0.0.213
  qosClass: BestEffort
  startTime: "2026-04-20T12:00:18Z"
