argocd-helm/charts/argo-lite/values.yaml

22 lines
334 B
YAML
Raw Normal View History

2017-10-11 08:54:34 -07:00
replicaCount: 1
image:
repository: argoproj/argo-lite
tag: latest
pullPolicy: IfNotPresent
service:
name: nginx
type: ClusterIP
externalPort: 8080
internalPort: 8080
ingress:
enabled: false
hosts:
- chart-example.local
resources:
limits:
cpu: 100m
memory: 512Mi
requests:
cpu: 100m
memory: 512Mi