apiVersion: discovery.k8s.io/v1 kind: EndpointSlice metadata: name: wings-ark namespace: pelican labels: kubernetes.io/service-name: wings-ark addressType: IPv4 ports: - port: 8080 protocol: TCP endpoints: # PLACEHOLDER: replace with the ARK wings VM IP once it exists, # then flip ready/serving to true - addresses: - "10.8.11.51" conditions: ready: false serving: false terminating: false