-
Notifications
You must be signed in to change notification settings - Fork 34
/
values.yaml
87 lines (76 loc) · 1.41 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Default values for sftp-server.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: quay.io/openvnf/sftp
tag: alpine-3.7
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
service:
enabled: true
type: ClusterIP
port: 22
sftpConfig:
username: sftp
password: ""
encrypted: false
uid: ""
gid: ""
hostKeys: {}
#secret: name-of-existing-secret
#keys:
#- ssh_host_rsa_key
#- ssh_host_ed25519_key
authorizedKeys: {}
debug:
enabled: false
image:
repository: quay.io/travelping/nettools
tag: v1.10.0
pullPolicy: IfNotPresent
persistentVolume:
enabled: true
annotations: {}
accessModes:
- ReadWriteOnce
existingClaim: ""
size: 20Gi
# storageClass: "-"
subPath: ""
vxlanController:
enabled: false
annotationKey: vxlan.openvnf.org/networks
metadataKey: vxlan.openvnf.org
image:
repository: openvnf/kube-vxlan-controller-agent
tag: 2.1.0
pullPolicy: IfNotPresent
network: "vxeth0"
ip: {}
route: {}
resources:
limits:
cpu: 50m
memory: 64Mi
requests:
cpu: 50m
memory: 64Mi
resources:
sftp:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
debug:
limits:
cpu: 100m
memory: 64Mi
requests:
cpu: 50m
memory: 32Mi
nodeSelector: {}
tolerations: []
affinity: {}