4943ccfc74
- ExternalSecret: pull neuron_api_key from Vault into NEURON_API_KEY - ConfigMap: set OTEL_EXPORTER_OTLP_ENDPOINT to alloy-otlp in-cluster service instead of localhost (fixes 196 restart OTel connection errors)
27 lines
690 B
YAML
27 lines
690 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: neuron-dev-secrets
|
|
namespace: neuron-dev
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
name: vault
|
|
kind: ClusterSecretStore
|
|
target:
|
|
name: neuron-dev-secrets
|
|
creationPolicy: Owner
|
|
data:
|
|
- secretKey: NEURON_WEBHOOK_SECRET
|
|
remoteRef:
|
|
key: secret/data/neuron-technologies/dev
|
|
property: gitea_webhook_secret
|
|
- secretKey: MARKETPLACE_DB_PASSWORD
|
|
remoteRef:
|
|
key: secret/data/legion-db
|
|
property: postgres_password
|
|
- secretKey: NEURON_API_KEY
|
|
remoteRef:
|
|
key: secret/data/neuron-technologies/dev
|
|
property: neuron_api_key
|