Skip to content

Commit

Permalink
Merge pull request #59 from argoproj-labs/sarabala1979-patch-1
Browse files Browse the repository at this point in the history
Make tls disable in manifest
  • Loading branch information
sarabala1979 authored Nov 3, 2023
2 parents 17ec292 + aac5648 commit 685f06d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
containers:
- image: quay.io/argoprojlabs/argocd-extension-metrics:latest
imagePullPolicy: IfNotPresent
args:
- '-enableTLS=false'
name: argocd-metrics-server
ports:
- containerPort: 9003
Expand Down

0 comments on commit 685f06d

Please sign in to comment.