apiVersion: v1
kind: Service
metadata:
  annotations:
    core.openstack.org/ingress_create: "false"
    dnsmasq.network.openstack.org/hostname: nova-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:03:16Z"
  labels:
    endpoint: internal
    osctlplane: ""
    osctlplane-service: nova-api
    service: nova-api
  name: nova-internal
  namespace: openstack
  ownerReferences:
  - apiVersion: nova.openstack.org/v1beta1
    blockOwnerDeletion: true
    controller: true
    kind: NovaAPI
    name: nova-api
    uid: 9b64cd92-f803-4eae-8dce-d8874a48a08a
  resourceVersion: "48441"
  uid: f4b01e4c-fb0c-461e-83fb-724eb20ed89b
spec:
  allocateLoadBalancerNodePorts: true
  clusterIP: 10.217.5.121
  clusterIPs:
  - 10.217.5.121
  externalTrafficPolicy: Cluster
  internalTrafficPolicy: Cluster
  ipFamilies:
  - IPv4
  ipFamilyPolicy: SingleStack
  ports:
  - name: nova-internal
    nodePort: 31430
    port: 8774
    protocol: TCP
    targetPort: 8774
  selector:
    service: nova-api
  sessionAffinity: None
  type: LoadBalancer
status:
  loadBalancer:
    ingress:
    - ip: 172.17.0.80
      ipMode: VIP
