apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: network.199-204-45-44.nip.io
  creationTimestamp: "2026-05-19T05:51:57Z"
  generation: 1
  name: network
  namespace: openstack
  resourceVersion: "17528"
  uid: fd515c41-362e-4a37-ae2f-0a8bebf991bf
spec:
  ingressClassName: atmosphere
  rules:
  - host: network.199-204-45-44.nip.io
    http:
      paths:
      - backend:
          service:
            name: neutron-server
            port:
              number: 9696
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - network.199-204-45-44.nip.io
    secretName: neutron-server-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.104.209.42
