deploy neuron-license service to prod
Adds license deployment, service, ingress route (/license), and Unkey + admin token secrets via ExternalSecret. Image built and pushed by CI on merge of neuron PR #30.
This commit is contained in:
@@ -16,3 +16,15 @@ spec:
|
||||
remoteRef:
|
||||
key: secret/data/neuron-technologies/prod
|
||||
property: gitea_webhook_secret
|
||||
- secretKey: NEURON_LICENSE_ADMIN_TOKEN
|
||||
remoteRef:
|
||||
key: secret/data/neuron-technologies/license
|
||||
property: admin_token
|
||||
- secretKey: UNKEY_ROOT_KEY
|
||||
remoteRef:
|
||||
key: secret/data/neuron-technologies/unkey
|
||||
property: root_key
|
||||
- secretKey: UNKEY_API_ID
|
||||
remoteRef:
|
||||
key: secret/data/neuron-technologies/unkey
|
||||
property: api_id
|
||||
|
||||
Reference in New Issue
Block a user