apiVersion: v1
kind: Service
metadata:
  annotations:
    meta.helm.sh/release-name: neutron-coredns
    meta.helm.sh/release-namespace: openstack
  creationTimestamp: "2026-03-04T01:47:33Z"
  labels:
    app.kubernetes.io/instance: neutron-coredns
    app.kubernetes.io/managed-by: Helm
    app.kubernetes.io/name: coredns
    application: neutron
    component: coredns
    helm.sh/chart: coredns-1.19.4
  name: neutron-coredns
  namespace: openstack
  resourceVersion: "14010"
  uid: 19d9e241-7b97-4aff-9f18-ab18c0bf9f67
spec:
  clusterIP: 10.96.0.20
  clusterIPs:
  - 10.96.0.20
  internalTrafficPolicy: Cluster
  ipFamilies:
  - IPv4
  ipFamilyPolicy: SingleStack
  ports:
  - name: udp-53
    port: 53
    protocol: UDP
    targetPort: 53
  - name: tcp-53
    port: 53
    protocol: TCP
    targetPort: 53
  - name: udp-5301
    port: 5301
    protocol: UDP
    targetPort: 5301
  - name: tcp-5301
    port: 5301
    protocol: TCP
    targetPort: 5301
  - name: udp-5302
    port: 5302
    protocol: UDP
    targetPort: 5302
  - name: tcp-5302
    port: 5302
    protocol: TCP
    targetPort: 5302
  selector:
    app.kubernetes.io/instance: neutron-coredns
    app.kubernetes.io/name: coredns
  sessionAffinity: None
  type: ClusterIP
status:
  loadBalancer: {}
