apiVersion: v1
kind: Pod
metadata:
  annotations:
    kubectl.kubernetes.io/default-container: haproxy
    percona.com/configuration-hash: 96d48f90052f459e51a7d9c5ea2d2024
  creationTimestamp: "2026-03-18T21:51:37Z"
  generateName: percona-xtradb-haproxy-
  labels:
    app.kubernetes.io/component: haproxy
    app.kubernetes.io/instance: percona-xtradb
    app.kubernetes.io/managed-by: percona-xtradb-cluster-operator
    app.kubernetes.io/name: percona-xtradb-cluster
    app.kubernetes.io/part-of: percona-xtradb-cluster
    apps.kubernetes.io/pod-index: "0"
    controller-revision-hash: percona-xtradb-haproxy-86788bb86b
    statefulset.kubernetes.io/pod-name: percona-xtradb-haproxy-0
  name: percona-xtradb-haproxy-0
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: StatefulSet
    name: percona-xtradb-haproxy
    uid: 17801ded-ac9b-4c5c-9238-fb5ee178eed5
  resourceVersion: "2187"
  uid: 4c2209d4-b5bd-46b7-967f-418a30b8537f
spec:
  affinity:
    podAntiAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
      - labelSelector:
          matchLabels:
            app.kubernetes.io/component: haproxy
            app.kubernetes.io/instance: percona-xtradb
            app.kubernetes.io/managed-by: percona-xtradb-cluster-operator
            app.kubernetes.io/name: percona-xtradb-cluster
            app.kubernetes.io/part-of: percona-xtradb-cluster
        topologyKey: kubernetes.io/hostname
  containers:
  - args:
    - haproxy
    command:
    - /opt/percona/haproxy-entrypoint.sh
    env:
    - name: PXC_SERVICE
      value: percona-xtradb-pxc
    - name: LIVENESS_CHECK_TIMEOUT
      value: "5"
    - name: READINESS_CHECK_TIMEOUT
      value: "1"
    envFrom:
    - secretRef:
        name: percona-xtradb-env-vars-haproxy
        optional: true
    image: harbor.atmosphere.dev/docker.io/percona/haproxy:2.8.15
    imagePullPolicy: Always
    livenessProbe:
      exec:
        command:
        - /opt/percona/haproxy_liveness_check.sh
      failureThreshold: 4
      initialDelaySeconds: 60
      periodSeconds: 30
      successThreshold: 1
      timeoutSeconds: 5
    name: haproxy
    ports:
    - containerPort: 3306
      name: mysql
      protocol: TCP
    - containerPort: 3307
      name: mysql-replicas
      protocol: TCP
    - containerPort: 3309
      name: proxy-protocol
      protocol: TCP
    - containerPort: 33062
      name: mysql-admin
      protocol: TCP
    - containerPort: 33060
      name: mysqlx
      protocol: TCP
    - containerPort: 8404
      name: stats
      protocol: TCP
    readinessProbe:
      exec:
        command:
        - /opt/percona/haproxy_readiness_check.sh
      failureThreshold: 3
      initialDelaySeconds: 15
      periodSeconds: 5
      successThreshold: 1
      timeoutSeconds: 1
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /etc/haproxy-custom/
      name: haproxy-custom
    - mountPath: /etc/haproxy/pxc
      name: haproxy-auto
    - mountPath: /opt/percona
      name: bin
    - mountPath: /etc/mysql/mysql-users-secret
      name: mysql-users-secret-file
    - mountPath: /etc/mysql/haproxy-env-secret
      name: percona-xtradb-env-vars-haproxy
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-ms8bq
      readOnly: true
  - args:
    - /opt/percona/peer-list
    - -on-change=/opt/percona/haproxy_add_pxc_nodes.sh
    - -service=$(PXC_SERVICE)
    - -protocol=$(PEER_LIST_SRV_PROTOCOL)
    command:
    - /opt/percona/haproxy-entrypoint.sh
    env:
    - name: PXC_SERVICE
      value: percona-xtradb-pxc
    - name: REPLICAS_SVC_ONLY_READERS
      value: "false"
    envFrom:
    - secretRef:
        name: percona-xtradb-env-vars-haproxy
        optional: true
    image: harbor.atmosphere.dev/docker.io/percona/haproxy:2.8.15
    imagePullPolicy: Always
    name: pxc-monit
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /etc/haproxy-custom/
      name: haproxy-custom
    - mountPath: /etc/haproxy/pxc
      name: haproxy-auto
    - mountPath: /etc/mysql/mysql-users-secret
      name: mysql-users-secret-file
    - mountPath: /etc/mysql/haproxy-env-secret
      name: percona-xtradb-env-vars-haproxy
    - mountPath: /opt/percona
      name: bin
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-ms8bq
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  hostname: percona-xtradb-haproxy-0
  initContainers:
  - command:
    - /pxc-init-entrypoint.sh
    image: harbor.atmosphere.dev/docker.io/percona/percona-xtradb-cluster-operator:1.18.0
    imagePullPolicy: Always
    name: pxc-init
    resources:
      limits:
        cpu: 50m
        memory: 50M
      requests:
        cpu: 50m
        memory: 50M
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/lib/mysql
      name: bin
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-ms8bq
      readOnly: true
  - command:
    - /haproxy-init-entrypoint.sh
    image: harbor.atmosphere.dev/docker.io/percona/percona-xtradb-cluster-operator:1.18.0
    imagePullPolicy: Always
    name: haproxy-init
    resources:
      limits:
        cpu: 50m
        memory: 50M
      requests:
        cpu: 50m
        memory: 50M
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /opt/percona
      name: bin
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-ms8bq
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: default
  serviceAccountName: default
  subdomain: percona-xtradb-haproxy
  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:
  - configMap:
      defaultMode: 420
      name: percona-xtradb-haproxy
      optional: true
    name: haproxy-custom
  - emptyDir: {}
    name: haproxy-auto
  - name: mysql-users-secret-file
    secret:
      defaultMode: 420
      optional: false
      secretName: internal-percona-xtradb
  - name: percona-xtradb-env-vars-haproxy
    secret:
      defaultMode: 420
      optional: true
      secretName: percona-xtradb-env-vars-haproxy
  - emptyDir: {}
    name: bin
  - name: kube-api-access-ms8bq
    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-03-18T21:51:50Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-03-18T21:53:33Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-03-18T21:53:33Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-03-18T21:51:37Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://a10bd31cfe13e78abe9db02c29d0d32e44f39db7b2bf54272661bf3aeec4f418
    image: harbor.atmosphere.dev/docker.io/percona/haproxy:2.8.15
    imageID: harbor.atmosphere.dev/docker.io/percona/haproxy@sha256:517ee4182e09a92cce888cf18b9ea48e25278343435936072456c10252f703f7
    lastState: {}
    name: haproxy
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-03-18T21:51:59Z"
  - containerID: containerd://08952f5f8e3acae03ea5017ab8bf67c8930902d8b85915692f3a7a3c7b1e8a10
    image: harbor.atmosphere.dev/docker.io/percona/haproxy:2.8.15
    imageID: harbor.atmosphere.dev/docker.io/percona/haproxy@sha256:517ee4182e09a92cce888cf18b9ea48e25278343435936072456c10252f703f7
    lastState: {}
    name: pxc-monit
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-03-18T21:52:00Z"
  hostIP: 199.204.45.57
  initContainerStatuses:
  - containerID: containerd://5b467a900f7e35a310b1677a1e1f971584d1c97eba04ba864f45e1ab7394d10e
    image: harbor.atmosphere.dev/docker.io/percona/percona-xtradb-cluster-operator:1.18.0
    imageID: harbor.atmosphere.dev/docker.io/percona/percona-xtradb-cluster-operator@sha256:71d1d0d2e0fe1abbb938c7a606934c9bae0f3c555a7b82d9e02d6320fc26c421
    lastState: {}
    name: pxc-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://5b467a900f7e35a310b1677a1e1f971584d1c97eba04ba864f45e1ab7394d10e
        exitCode: 0
        finishedAt: "2026-03-18T21:51:44Z"
        reason: Completed
        startedAt: "2026-03-18T21:51:39Z"
  - containerID: containerd://6f82a089c0fb466a652218e03d5dd84519a0695ee75c114c7d09a43d7d1d77fe
    image: harbor.atmosphere.dev/docker.io/percona/percona-xtradb-cluster-operator:1.18.0
    imageID: harbor.atmosphere.dev/docker.io/percona/percona-xtradb-cluster-operator@sha256:71d1d0d2e0fe1abbb938c7a606934c9bae0f3c555a7b82d9e02d6320fc26c421
    lastState: {}
    name: haproxy-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://6f82a089c0fb466a652218e03d5dd84519a0695ee75c114c7d09a43d7d1d77fe
        exitCode: 0
        finishedAt: "2026-03-18T21:51:50Z"
        reason: Completed
        startedAt: "2026-03-18T21:51:48Z"
  phase: Running
  podIP: 10.0.0.88
  podIPs:
  - ip: 10.0.0.88
  qosClass: Burstable
  startTime: "2026-03-18T21:51:37Z"
