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-04T02:28:05Z"
  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: cca3c34d-d5b2-4173-bba3-b8707128732c
  resourceVersion: "53098"
  uid: f0f4f239-034f-4e11-8f7a-cf18562b78c1
spec:
  allocateLoadBalancerNodePorts: true
  clusterIP: 10.217.4.232
  clusterIPs:
  - 10.217.4.232
  externalTrafficPolicy: Cluster
  internalTrafficPolicy: Cluster
  ipFamilies:
  - IPv4
  ipFamilyPolicy: SingleStack
  ports:
  - name: nova-metadata-internal
    nodePort: 32448
    port: 8775
    protocol: TCP
    targetPort: 8775
  selector:
    service: nova-metadata
  sessionAffinity: None
  type: LoadBalancer
status:
  loadBalancer:
    ingress:
    - ip: 172.17.0.80
      ipMode: VIP
