apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: compute.162-253-55-205.nip.io
  creationTimestamp: "2026-09-18T05:48:59Z"
  generation: 1
  name: compute
  namespace: openstack
  resourceVersion: "16542"
  uid: c54d65f8-3996-482b-aff8-1f08e8e0daf3
spec:
  ingressClassName: atmosphere
  rules:
  - host: compute.162-253-55-205.nip.io
    http:
      paths:
      - backend:
          service:
            name: nova-api
            port:
              number: 8774
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - compute.162-253-55-205.nip.io
    secretName: nova-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.97.186.151
