apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: compute.162-253-55-149.nip.io
  creationTimestamp: "2026-09-10T02:30:04Z"
  generation: 1
  name: compute
  namespace: openstack
  resourceVersion: "16171"
  uid: c2f8116c-ea01-4926-84d1-80336f88351f
spec:
  ingressClassName: atmosphere
  rules:
  - host: compute.162-253-55-149.nip.io
    http:
      paths:
      - backend:
          service:
            name: nova-api
            port:
              number: 8774
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - compute.162-253-55-149.nip.io
    secretName: nova-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.99.191.213
