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-04T02:19:52Z"
  labels:
    service: dnsmasq
  name: dnsmasq-dns
  namespace: openstack
  ownerReferences:
  - apiVersion: network.openstack.org/v1beta1
    blockOwnerDeletion: true
    controller: true
    kind: DNSMasq
    name: dns
    uid: adafb7b3-e53f-4e78-8794-706f79de2ea0
  resourceVersion: "42099"
  uid: 833f310c-6637-4c6e-b9fc-58f1268b01b7
spec:
  allocateLoadBalancerNodePorts: true
  clusterIP: 10.217.5.31
  clusterIPs:
  - 10.217.5.31
  externalTrafficPolicy: Cluster
  internalTrafficPolicy: Cluster
  ipFamilies:
  - IPv4
  ipFamilyPolicy: SingleStack
  ports:
  - name: dnsmasq
    nodePort: 30393
    port: 53
    protocol: UDP
    targetPort: 5353
  - name: dnsmasq-tcp
    nodePort: 30393
    port: 53
    protocol: TCP
    targetPort: 5353
  selector:
    service: dnsmasq
  sessionAffinity: None
  type: LoadBalancer
status:
  loadBalancer:
    ingress:
    - ip: 192.168.122.80
      ipMode: VIP
