apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: compute.162-253-55-49.nip.io
  creationTimestamp: "2026-03-06T22:35:08Z"
  generation: 1
  name: compute
  namespace: openstack
  resourceVersion: "14780"
  uid: 93c62df6-77a0-4a86-b0c4-87c89cd9c52c
spec:
  ingressClassName: atmosphere
  rules:
  - host: compute.162-253-55-49.nip.io
    http:
      paths:
      - backend:
          service:
            name: nova-api
            port:
              number: 8774
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - compute.162-253-55-49.nip.io
    secretName: nova-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.99.191.198
