Skip to content

Commit

Permalink
BC-8620 add longterm label and update namespace activator
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Dec 30, 2024
1 parent 7eca4d2 commit 4d8443f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sc-common/namespace-activator/base/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
runAsNonRoot: true
containers:
- name: ns-activator
image: ghcr.io/hpi-schul-cloud/devcluster-namespace-activator:2.5
image: ghcr.io/hpi-schul-cloud/devcluster-namespace-activator:2.6
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
Expand Down Expand Up @@ -106,6 +106,9 @@ spec:
podMetricsEndpoints:
- port: metrics
path: /q/metrics
metricRelabelings:
- targetLabel: longterm
replacement: "true"

---
apiVersion: networking.k8s.io/v1
Expand Down

0 comments on commit 4d8443f

Please sign in to comment.