Skip to content

Commit

Permalink
Update dependency architect to v5.10.0 (#119)
Browse files Browse the repository at this point in the history
* Update dependency architect to v5.10.0

* fix http healthz port

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Quentin Bisson <[email protected]>
Co-authored-by: Theo Brigitte <[email protected]>
  • Loading branch information
3 people authored Oct 10, 2024
1 parent 66d273b commit 4ba24c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
architect: giantswarm/architect@5.8.0
architect: giantswarm/architect@5.10.0

jobs:
unit-tests:
Expand Down
5 changes: 4 additions & 1 deletion helm/observability-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
livenessProbe:
httpGet:
path: /healthz
port: 8081
port: http-healthz
initialDelaySeconds: 30
timeoutSeconds: 1
securityContext:
Expand All @@ -57,6 +57,9 @@ spec:
- containerPort: 8080
name: http
protocol: TCP
- containerPort: 8081
name: http-healthz
protocol: TCP
resources: {{ toYaml .Values.operator.resources | nindent 10 }}
serviceAccountName: {{ include "resource.default.name" . }}
securityContext:
Expand Down

0 comments on commit 4ba24c9

Please sign in to comment.