-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathvalues-dev.yaml
More file actions
53 lines (47 loc) · 979 Bytes
/
values-dev.yaml
File metadata and controls
53 lines (47 loc) · 979 Bytes
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
# values-dev.yaml
# Lightweight dev/local overrides.
# Usage:
# helm install nginx-dapi ./nginx-declarative-api \
# -f values-dev.yaml \
# -n nginx-dapi --create-namespace
nginxDapi:
image:
repository: "ghcr.io/f5devcentral/nginx-declarative-api"
tag: "latest"
replicaCount: 1
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 500m
memory: 512Mi
redis:
image:
tag: "7.2-alpine"
persistence:
enabled: false
devportal:
image:
repository: "ghcr.io/f5devcentral/nginx-declarative-api-devportal"
tag: "latest"
webui:
image:
repository: "ghcr.io/f5devcentral/nginx-declarative-api-webui"
tag: "latest"
replicaCount: 1
resources:
requests:
cpu: 25m
memory: 32Mi
limits:
cpu: 200m
memory: 128Mi
ingress:
enabled: true
className: nginx
host: nginx-dapi.example.com
webuiHost: nginx-dapi-ui.example.com
tls: []
networkPolicy:
enabled: false