apiVersion: v1
kind: Service
metadata:
  annotations:
    dnsmasq.network.openstack.org/hostname: nova-metadata-internal.openstack.svc
    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-06T12:21:06Z"
  labels:
    endpoint: internal
    osctlplane: ""
    osctlplane-service: nova-metadata
    service: nova-metadata
    type: central
  name: nova-metadata-internal
  namespace: openstack
  ownerReferences:
  - apiVersion: nova.openstack.org/v1beta1
    blockOwnerDeletion: true
    controller: true
    kind: NovaMetadata
    name: nova-metadata
    uid: 2a2890f6-4868-42b3-8b9c-9440016fa6be
  resourceVersion: "50527"
  uid: 1264d342-8bbe-4cb2-8b6d-2a39312b3174
spec:
  allocateLoadBalancerNodePorts: true
  clusterIP: 10.217.5.6
  clusterIPs:
  - 10.217.5.6
  externalTrafficPolicy: Cluster
  internalTrafficPolicy: Cluster
  ipFamilies:
  - IPv4
  ipFamilyPolicy: SingleStack
  ports:
  - name: nova-metadata-internal
    nodePort: 31982
    port: 8775
    protocol: TCP
    targetPort: 8775
  selector:
    service: nova-metadata
  sessionAffinity: None
  type: LoadBalancer
status:
  loadBalancer:
    ingress:
    - ip: 172.17.0.80
      ipMode: VIP
