Skip to content

Commit

Permalink
ADD pincer keys
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Mar 19, 2024
1 parent 3774e9b commit a590d38
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions k8s/chart/templates/pincer-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,22 @@ spec:
limits:
cpu: 2000m
memory: 500Mi
env:
- name: "SUPABASE_URL"
valueFrom:
secretKeyRef:
name: pincer
key: supabase-url
- name: "SUPABASE_KEY"
valueFrom:
secretKeyRef:
name: pincer
key: supabase-key
- name: "OPENAI_API_KEY"
valueFrom:
secretKeyRef:
name: pincer
key: openai-api-key
ports:
- name: web
containerPort: {{ .Values.pincer.port }}
Expand Down

0 comments on commit a590d38

Please sign in to comment.