apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: compute.199-204-45-44.nip.io
  creationTimestamp: "2026-05-21T09:28:14Z"
  generation: 1
  name: compute
  namespace: openstack
  resourceVersion: "16566"
  uid: 5af9778a-4b1a-44ff-a3f6-031716ca09a9
spec:
  ingressClassName: atmosphere
  rules:
  - host: compute.199-204-45-44.nip.io
    http:
      paths:
      - backend:
          service:
            name: nova-api
            port:
              number: 8774
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - compute.199-204-45-44.nip.io
    secretName: nova-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.102.7.44
