apiVersion: v1
kind: Service
metadata:
  annotations:
    core.openstack.org/ingress_create: "false"
    dnsmasq.network.openstack.org/hostname: barbican-internal.openstack.svc
    endpoint: internal
    metallb.io/ip-allocated-from-pool: internalapi
    metallb.universe.tf/address-pool: internalapi
    metallb.universe.tf/allow-shared-ip: internalapi
    metallb.universe.tf/loadBalancerIPs: 172.17.0.80
  creationTimestamp: "2026-04-02T14:00:41Z"
  labels:
    component: barbican-api
    endpoint: internal
    osctlplane: ""
    osctlplane-service: barbican
    service: barbican
  name: barbican-internal
  namespace: openstack
  ownerReferences:
  - apiVersion: barbican.openstack.org/v1beta1
    blockOwnerDeletion: true
    controller: true
    kind: BarbicanAPI
    name: barbican-api
    uid: 5ffc5236-be14-429b-894e-9a011fbd2acc
  resourceVersion: "44820"
  uid: de06eb9a-1396-4406-ab1c-d75499f2a677
spec:
  allocateLoadBalancerNodePorts: true
  clusterIP: 10.217.5.59
  clusterIPs:
  - 10.217.5.59
  externalTrafficPolicy: Cluster
  internalTrafficPolicy: Cluster
  ipFamilies:
  - IPv4
  ipFamilyPolicy: SingleStack
  ports:
  - name: barbican-internal
    nodePort: 30821
    port: 9311
    protocol: TCP
    targetPort: 9311
  selector:
    component: barbican-api
    service: barbican
  sessionAffinity: None
  type: LoadBalancer
status:
  loadBalancer:
    ingress:
    - ip: 172.17.0.80
      ipMode: VIP
