apiVersion: v1
kind: Service
metadata:
  annotations:
    meta.helm.sh/release-name: neutron-coredns
    meta.helm.sh/release-namespace: openstack
  creationTimestamp: "2026-04-14T12:32:25Z"
  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.31.0
  name: neutron-coredns
  namespace: openstack
  resourceVersion: "14009"
  uid: a9943d70-d90f-4ee2-afe7-30a92d1fdcc2
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: {}
