Skip to content
2 changes: 2 additions & 0 deletions components/ambient-api-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ COPY --from=builder /workspace/ambient-api-server /usr/local/bin/

EXPOSE 8000

USER 1001

ENTRYPOINT ["/usr/local/bin/ambient-api-server", "serve"]

LABEL name="ambient-api-server" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ metadata:
type: Opaque
stringData:
sentry.key: ""
clientId: ""
clientSecret: ""

---
apiVersion: v1
Expand Down