Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

[WIP] Add nginx #84

Closed
wants to merge 13 commits into from
Closed

[WIP] Add nginx #84

wants to merge 13 commits into from

Conversation

mmkay
Copy link
Contributor

@mmkay mmkay commented Apr 4, 2024

Issue

Solution

Context

Testing Instructions

Build tempo from the PR: [WIP] Add nginx by mmkay · Pull Request #84 · canonical/tempo-k8s-operator
Build loki from branch: GitHub - canonical/loki-k8s-operator at tracing-v2
Deploy traefik from edge
juju deploy traefik-k8s --channel=edge traefik

cross-relate:
jhack imatrix fill

Release Notes

src/nginx.py Fixed Show fixed Hide fixed
@PietroPasotti
Copy link
Contributor

when this closes, we can merge canonical/grafana-k8s-operator#323

nginx-image:
type: oci-image
description: OCI image for nginx
upstream-source: nginx:latest
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idea: how about we keep it at 1.25 so that the version isn't floating too far? https://hub.docker.com/_/nginx

This would mean that we'll need to make sure we upgrade it later but at least we'd have some control over it.

@@ -556,6 +564,7 @@ def _get_requested_protocols(relation: Relation):
try:
databag = TracingRequirerAppData.load(relation.data[app])
except (json.JSONDecodeError, pydantic.ValidationError, DataValidationError):
logger.exception("What was that error again?")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My leftover, guess we can get rid of it ;)

@mmkay
Copy link
Contributor Author

mmkay commented Apr 25, 2024

Closing this in favour of #94.

@mmkay mmkay closed this Apr 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants