argocd-helm/charts/argo-lite/values.yaml
Alexander Matyushentsev 4ad4d551f9 Initial commit
2017-10-11 08:54:34 -07:00

21 lines
334 B
YAML

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