-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
54 lines (52 loc) · 1 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
ingress:
- className: nginx
name: default-application
host: test.htquanq
paths:
- path: /
serviceName: default-app
servicePort: 8080
- path: /abc
serviceName: second-app
servicePort: http
- name: second
host: abc.htquanq
paths:
- path: /
serviceName: test
servicePort: 9090
- path: /xyz
serviceName: another-test
servicePort: https
extraIngress:
- name: htquanq
host: asddasdasdsad.htquanq
paths:
- path: /
serviceName: htquanq
servicePort: 9000
testContainers:
- name: test
image: nginx
ports:
- containerPort: 80
name: http
protocol: tcp
limits:
memory: 100Mib
cpu: 2
command:
- nginx -t
args:
- /etc/nginx/ngin.conf
- name: test2
image: nginx2
ports:
- containerPort: 8080
name: application
protocol: tcp
limits:
memory: 200Mib
cpu: 3
env:
- HTQUANQ: 123