apiVersion: v1
kind: Service
metadata:
  annotations:
    meta.helm.sh/release-name: neutron-coredns
    meta.helm.sh/release-namespace: openstack
  creationTimestamp: "2026-06-26T10:48:48Z"
  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.29.0
  name: neutron-coredns
  namespace: openstack
  resourceVersion: "13771"
  uid: 1b7d13ee-34ef-4787-8469-687c5f2b1c4f
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: {}
