-
Notifications
You must be signed in to change notification settings - Fork 0
/
kedge.yaml
44 lines (41 loc) · 1.03 KB
/
kedge.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
name: isymtope-demo
deployments:
- containers:
- image: gcr.io/isymtope-demo/isymtope-playground
resources:
requests:
cpu: "100m"
limits:
cpu: "100m"
services:
- name: isymtope-demo
type: LoadBalancer
portMappings:
- 80:3000
ingresses:
- name: playground-isymtope-org
annotations:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
certmanager.k8s.io/issuer: letsencrypt-prod
nginx.org/proxy-read-timeout: "1m"
tls:
- secretName: playground-isymtope-org-tls
hosts:
- isymtope.org
- playground.isymtope.org
rules:
- host: playground.isymtope.org
http:
paths:
- backend:
serviceName: isymtope-demo
servicePort: 80
path: /
- host: isymtope.org
http:
paths:
- backend:
serviceName: isymtope-demo-playground
servicePort: 80
path: /playground