Skip to content

Commit

Permalink
fix: add informational exposed ports to deployment (#1066)
Browse files Browse the repository at this point in the history
Signed-off-by: Hui Kang <[email protected]>
  • Loading branch information
huikang authored Apr 7, 2021
1 parent 37668f1 commit a0c6ec8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/base/argo-rollouts-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ spec:
- name: argo-rollouts
image: argoproj/argo-rollouts:latest
imagePullPolicy: Always
ports:
- containerPort: 8090
name: metrics
securityContext:
runAsNonRoot: true
strategy:
Expand Down
3 changes: 3 additions & 0 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12768,6 +12768,9 @@ spec:
- image: argoproj/argo-rollouts:latest
imagePullPolicy: Always
name: argo-rollouts
ports:
- containerPort: 8090
name: metrics
securityContext:
runAsNonRoot: true
serviceAccountName: argo-rollouts
3 changes: 3 additions & 0 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12769,6 +12769,9 @@ spec:
image: argoproj/argo-rollouts:latest
imagePullPolicy: Always
name: argo-rollouts
ports:
- containerPort: 8090
name: metrics
securityContext:
runAsNonRoot: true
serviceAccountName: argo-rollouts

0 comments on commit a0c6ec8

Please sign in to comment.