Update Argo to v2.3.0 and add support for Prometheus operator (#73)

This commit is contained in:
Sébastien Prud'homme 2019-07-02 22:41:28 +02:00 committed by Alex Collins
parent 62319a934f
commit 9f882e9190
5 changed files with 88 additions and 2 deletions

View file

@ -4,7 +4,7 @@ images:
ui: argoui
executor: argoexec
pullPolicy: Always
tag: v2.2.1
tag: v2.3.0
crdVersion: v1alpha1
@ -22,6 +22,13 @@ controller:
enabled: false
path: /metrics
port: 8080
telemetryConfig:
enabled: false
path: /telemetry
port: 8081
serviceMonitor:
enabled: false
additionalLabels: {}
serviceAccount: argo
name: workflow-controller
workflowNamespaces:
@ -38,6 +45,14 @@ controller:
logging:
level: info
globallevel: "0"
serviceType: ClusterIP
metricsServicePort: 8080
telemetryServicePort: 8081
# Annotations to be applied to the controller Service
serviceAnnotations: {}
# Source ranges to allow access to service from. Only applies to
# service type `LoadBalancer`
loadBalancerSourceRanges: []
ui:
enabled: true