Enable recipe parsing from images/photos, ingredient extraction, and URL scraping via OpenAI API (gpt-4o). Rename ExternalSecret from mealie-oidc to mealie-secrets to hold both OIDC and OpenAI credentials. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23 lines
527 B
YAML
23 lines
527 B
YAML
---
|
|
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: mealie-secrets
|
|
namespace: mealie
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: onepassword-blumeops
|
|
target:
|
|
name: mealie-secrets
|
|
creationPolicy: Owner
|
|
data:
|
|
- secretKey: oidc-client-secret
|
|
remoteRef:
|
|
key: "Authentik (blumeops)"
|
|
property: mealie-client-secret
|
|
- secretKey: openai-api-key
|
|
remoteRef:
|
|
key: "openai (blumeops)"
|
|
property: credential
|