Rename inference endpoint to neuron.neurontechnologies.ai, add wildcard DNS for customer orgs
This commit is contained in:
@@ -16,3 +16,7 @@ spec:
|
||||
remoteRef:
|
||||
key: secret/data/neuron-technologies/dev
|
||||
property: gitea_webhook_secret
|
||||
- secretKey: MARKETPLACE_DB_PASSWORD
|
||||
remoteRef:
|
||||
key: secret/data/legion-db
|
||||
property: postgres_password
|
||||
|
||||
@@ -16,3 +16,7 @@ spec:
|
||||
remoteRef:
|
||||
key: secret/data/neuron-technologies/stage
|
||||
property: gitea_webhook_secret
|
||||
- secretKey: MARKETPLACE_DB_PASSWORD
|
||||
remoteRef:
|
||||
key: secret/data/legion-db
|
||||
property: postgres_password
|
||||
|
||||
@@ -51,6 +51,10 @@ spec:
|
||||
remoteRef:
|
||||
key: secret/data/r2
|
||||
property: neuron_bucket
|
||||
- secretKey: MARKETPLACE_DB_PASSWORD
|
||||
remoteRef:
|
||||
key: secret/data/legion-db
|
||||
property: postgres_password
|
||||
---
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
@@ -102,6 +106,10 @@ spec:
|
||||
remoteRef:
|
||||
key: secret/data/r2
|
||||
property: neuron_bucket
|
||||
- secretKey: MARKETPLACE_DB_PASSWORD
|
||||
remoteRef:
|
||||
key: secret/data/legion-db
|
||||
property: postgres_password
|
||||
---
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
@@ -153,3 +161,7 @@ spec:
|
||||
remoteRef:
|
||||
key: secret/data/r2
|
||||
property: neuron_bucket
|
||||
- secretKey: MARKETPLACE_DB_PASSWORD
|
||||
remoteRef:
|
||||
key: secret/data/legion-db
|
||||
property: postgres_password
|
||||
|
||||
@@ -26,19 +26,6 @@ spec:
|
||||
runAsNonRoot: true
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
initContainers:
|
||||
- name: wait-for-sqlite-clone
|
||||
image: busybox:1.36
|
||||
command: ["sh", "-c", "until [ -f /data/neuron.db ]; do echo 'waiting for SQLite clone...'; sleep 2; done; echo 'SQLite ready'"]
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1001
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop: ["ALL"]
|
||||
containers:
|
||||
- name: neuron-mcp
|
||||
# Image is updated by swarm CI on each loop iteration
|
||||
@@ -51,6 +38,7 @@ spec:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
capabilities:
|
||||
drop: ["ALL"]
|
||||
env:
|
||||
|
||||
@@ -26,19 +26,6 @@ spec:
|
||||
runAsNonRoot: true
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
initContainers:
|
||||
- name: wait-for-sqlite-clone
|
||||
image: busybox:1.36
|
||||
command: ["sh", "-c", "until [ -f /data/neuron.db ]; do echo 'waiting for SQLite clone...'; sleep 2; done; echo 'SQLite ready'"]
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1001
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop: ["ALL"]
|
||||
containers:
|
||||
- name: neuron-mcp
|
||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.18.14
|
||||
@@ -50,6 +37,7 @@ spec:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
capabilities:
|
||||
drop: ["ALL"]
|
||||
env:
|
||||
|
||||
@@ -26,19 +26,6 @@ spec:
|
||||
runAsNonRoot: true
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
initContainers:
|
||||
- name: wait-for-sqlite-clone
|
||||
image: busybox:1.36
|
||||
command: ["sh", "-c", "until [ -f /data/neuron.db ]; do echo 'waiting for SQLite clone...'; sleep 2; done; echo 'SQLite ready'"]
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1001
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop: ["ALL"]
|
||||
containers:
|
||||
- name: neuron-mcp
|
||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.18.14
|
||||
@@ -50,6 +37,7 @@ spec:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
capabilities:
|
||||
drop: ["ALL"]
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user