Kustomize didn't pick up the Endpoints from the multi-document YAML in svc-forge-external.yaml. Split into a separate endpoints-forge.yaml and add to kustomization.yaml resources. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
335 B
YAML
15 lines
335 B
YAML
---
|
|
# Manual Endpoints pointing to indri's Tailscale IP for the
|
|
# forge-external Service. Must match the Service name exactly.
|
|
apiVersion: v1
|
|
kind: Endpoints
|
|
metadata:
|
|
name: forge-external
|
|
namespace: tailscale
|
|
subsets:
|
|
- addresses:
|
|
- ip: 100.98.163.89
|
|
ports:
|
|
- name: http
|
|
port: 3001
|
|
protocol: TCP
|