---
apiVersion: netboxlabs.com/v1alpha1
kind: NetBoxEnterprise
metadata:
  name: netbox
  namespace: netboxlabs
spec:
  imagePullPolicy: IfNotPresent
  netbox:
    replicas: 1
  copilot:
    enabled: true
    llmProvider: anthropic
    llmModel: anthropic/claude-sonnet-4-6
    llmApiKeySecret: copilot-llm-api-key
    llmApiKeySecretKey: apiKey
  postgresql:
    external: false
  redis:
    external: false
