Initial commit
This commit is contained in:
commit
4ad4d551f9
9 changed files with 169 additions and 0 deletions
21
charts/argo-lite/values.yaml
Normal file
21
charts/argo-lite/values.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue