Skip to content

Commit

Permalink
369 create a test application with otel to evaluate different use cas…
Browse files Browse the repository at this point in the history
…es (#375)

* issue #369: otel, loki example app

* issue #369: missing dependencies + wrong CMD

* issue #369: test-app deployment

* issue #369: updated dockerfile

* issue #369: changed test-app image tag
  • Loading branch information
ThomasCardin authored Sep 25, 2024
1 parent 56f8c1c commit 050950d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG ARG_OTEL_VERSION
ARG ARG_LOKI_VERSION

ENV OTEL_ENDPOINT=${ARG_OTEL_VERSION:-alloy.monitoring.svc.cluster.local:4317}
ENV LOKI_ENDPOINT=${ARG_LOKI_VERSION:-http://loki.monitoring.svc.cluster.local:3100/loki/api/v1/push}
ENV LOKI_ENDPOINT=${ARG_LOKI_VERSION:-http://loki-gateway.monitoring.svc.cluster.local:80/loki/api/v1/push}

COPY test_app/requirements.txt .

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/aks/apps/test-app/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- agent
containers:
- name: test-app
image: ghcr.io/ai-cfia/howard:374
image: ghcr.io/ai-cfia/howard:375
imagePullPolicy: Always
ports:
- containerPort: 5000
Expand Down

0 comments on commit 050950d

Please sign in to comment.