Skip to content

Commit

Permalink
Bill the rebble org
Browse files Browse the repository at this point in the history
  • Loading branch information
Katharine committed Aug 4, 2023
1 parent c4df719 commit 6550ea5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cluster/bobby-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: bobby
image: gcr.io/pebble-rebirth/bobby-service:v0.0.13
image: gcr.io/pebble-rebirth/bobby-service:v0.0.14
ports:
- containerPort: 8080
env:
Expand Down Expand Up @@ -49,6 +49,11 @@ spec:
secretKeyRef:
name: openai
key: key
- name: OPENAI_ORG
valueFrom:
secretKeyRef:
name: openai
key: org
- name: HERE_KEY
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 6550ea5

Please sign in to comment.