Skip to content

Commit

Permalink
Adding SELDON_ENVIRONMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
sercostr authored Aug 26, 2020
1 parent 148db30 commit 7395c53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/centralised-logging/seldon-request-logger-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ spec:
value: "elasticsearch-master.seldon-logs.svc.cluster.local"
- name: ELASTICSEARCH_PORT
value: "9200"
#if SELDON_ENVIRONMENT is defined index_prefix will be inferenece-log-${SELDON_ENVIRONMENT}-... instead of inference-log-...
- name: SELDON_ENVIRONMENT
value: "dev"
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 7395c53

Please sign in to comment.