apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: atmosphere
    cert-manager.io/common-name: clustering.199-204-45-129.nip.io
  creationTimestamp: "2026-07-10T00:26:04Z"
  generation: 1
  name: clustering
  namespace: openstack
  resourceVersion: "18948"
  uid: 0eefb875-dcc8-4a7a-901a-c2e176feb93a
spec:
  ingressClassName: atmosphere
  rules:
  - host: clustering.199-204-45-129.nip.io
    http:
      paths:
      - backend:
          service:
            name: senlin-api
            port:
              number: 8778
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - clustering.199-204-45-129.nip.io
    secretName: senlin-api-certs
status:
  loadBalancer:
    ingress:
    - ip: 10.98.29.59
