apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: compute.162-253-55-74.nip.io
  creationTimestamp: "2026-03-18T02:08:43Z"
  generation: 1
  name: compute
  namespace: openstack
  resourceVersion: "14635"
  uid: 6433cb7e-e993-4092-af6b-757f29e65ce2
spec:
  ingressClassName: atmosphere
  rules:
  - host: compute.162-253-55-74.nip.io
    http:
      paths:
      - backend:
          service:
            name: nova-api
            port:
              number: 8774
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - compute.162-253-55-74.nip.io
    secretName: nova-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.104.130.146
