apiVersion: v1
kind: Service
metadata:
  annotations:
    core.openstack.org/ingress_create: "false"
    metallb.io/ip-allocated-from-pool: ctlplane
    metallb.universe.tf/address-pool: ctlplane
    metallb.universe.tf/allow-shared-ip: ctlplane
    metallb.universe.tf/loadBalancerIPs: 192.168.122.80
  creationTimestamp: "2026-04-02T13:58:10Z"
  labels:
    service: dnsmasq
  name: dnsmasq-dns
  namespace: openstack
  ownerReferences:
  - apiVersion: network.openstack.org/v1beta1
    blockOwnerDeletion: true
    controller: true
    kind: DNSMasq
    name: dns
    uid: 39fcbbf5-fa7a-4ad1-8cc1-7cdc41d56f54
  resourceVersion: "39743"
  uid: 82ba0f8a-c1df-4eff-811f-590de922e560
spec:
  allocateLoadBalancerNodePorts: true
  clusterIP: 10.217.5.203
  clusterIPs:
  - 10.217.5.203
  externalTrafficPolicy: Cluster
  internalTrafficPolicy: Cluster
  ipFamilies:
  - IPv4
  ipFamilyPolicy: SingleStack
  ports:
  - name: dnsmasq
    nodePort: 31843
    port: 53
    protocol: UDP
    targetPort: 5353
  - name: dnsmasq-tcp
    nodePort: 31843
    port: 53
    protocol: TCP
    targetPort: 5353
  selector:
    service: dnsmasq
  sessionAffinity: None
  type: LoadBalancer
status:
  loadBalancer:
    ingress:
    - ip: 192.168.122.80
      ipMode: VIP
