-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
34 lines (34 loc) · 837 Bytes
/
config.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
app:
version: '3.0'
config:
ingress:
## start ingress affiliate
- name: affiliate
annotations:
nginx.ingress.kubernetes.io/use-regex: true
nginx.ingress.kubernetes.io/configuration-snippet: |
more_clear_headers set-cookie;
hosts:
- name: www.mydomain.au,indent=0
paths:
- path: /*
- name: br.domain.com
paths:
- path: /*
- name: ca.domain.com
paths:
- path: /*
- name: es.domain.com
paths:
- path: /*
- name: hi.domain.in
## start ingress main
- name: main.domain.co.id
hosts:
- name: main.domain.co.id
paths:
- path: /
tls:
- name: domain.co.id
hosts:
- main.domain.co.id