apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: compute.162-253-55-195.nip.io
  creationTimestamp: "2026-02-27T21:38:56Z"
  generation: 1
  name: compute
  namespace: openstack
  resourceVersion: "15758"
  uid: 6f29a5bb-46e9-4906-99b6-9883fbddf86e
spec:
  ingressClassName: atmosphere
  rules:
  - host: compute.162-253-55-195.nip.io
    http:
      paths:
      - backend:
          service:
            name: nova-api
            port:
              number: 8774
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - compute.162-253-55-195.nip.io
    secretName: nova-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.111.8.59
