Skip to content

Commit

Permalink
config: expose 9090
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jun 7, 2021
1 parent 5f9c09c commit e1cc03c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.0.38 (2021-06-07)

* [fcfb45f](https://github.com/argoproj/argo-workflows/commit/fcfb45f880d7b414136f16be32dcd5bcdaf303e3) fix: bugs in grouping
* [bf55468](https://github.com/argoproj/argo-workflows/commit/bf55468731dfb63244b66062ab30c93c9edfb992) refactor: de-couple scaling
* [2695c7a](https://github.com/argoproj/argo-workflows/commit/2695c7a8f5493bdf5e895e86b030e45100a3009d) feat: more Python DSL
* [f6a6d0d](https://github.com/argoproj/argo-workflows/commit/f6a6d0d381611bb0f03eaf1e76a3b09fc007b93e) feat: more Python DSL
* [85908bb](https://github.com/argoproj/argo-workflows/commit/85908bb2263de3b8353fb6acda4b6e3574b5c149) feat: add Python DSL

### Contributors

* Alex Collins

## v0.0.37 (2021-06-06)

* [267fd6b](https://github.com/argoproj/argo-workflows/commit/267fd6b03450b70629c3d7b43674fb988d863a34) feat: added latency metric
Expand Down
17 changes: 17 additions & 0 deletions config/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4583,6 +4583,8 @@ spec:
value: quay.io/argoproj/%s:latest
image: quay.io/argoproj/dataflow-controller:latest
name: manager
ports:
- containerPort: 9090
resources:
limits:
cpu: 100m
Expand Down Expand Up @@ -5079,6 +5081,21 @@ spec:
type: RollingUpdate
volumeClaimTemplates: []
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
control-plane: controller-manager
name: controller-manager-metrics-monitor
namespace: argo-dataflow-system
spec:
endpoints:
- path: /metrics
port: https
selector:
matchLabels:
control-plane: controller-manager
---
apiVersion: v1
kind: Pod
metadata:
Expand Down
17 changes: 17 additions & 0 deletions config/quick-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4180,6 +4180,8 @@ spec:
value: quay.io/argoproj/%s:latest
image: quay.io/argoproj/dataflow-controller:latest
name: manager
ports:
- containerPort: 9090
resources:
limits:
cpu: 100m
Expand All @@ -4199,3 +4201,18 @@ spec:
name: https
serviceAccountName: manager
terminationGracePeriodSeconds: 10
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
control-plane: controller-manager
name: controller-manager-metrics-monitor
namespace: argo-dataflow-system
spec:
endpoints:
- path: /metrics
port: https
selector:
matchLabels:
control-plane: controller-manager

0 comments on commit e1cc03c

Please sign in to comment.