apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: clustering.199-204-45-223.nip.io
  creationTimestamp: "2026-04-21T18:17:10Z"
  generation: 1
  name: clustering
  namespace: openstack
  resourceVersion: "18743"
  uid: f1751f57-f63a-4beb-9bd7-3dd6f5a5bc8f
spec:
  ingressClassName: atmosphere
  rules:
  - host: clustering.199-204-45-223.nip.io
    http:
      paths:
      - backend:
          service:
            name: senlin-api
            port:
              number: 8778
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - clustering.199-204-45-223.nip.io
    secretName: senlin-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.108.215.124
