File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : networking.k8s.io/v1
2+ kind : Ingress
3+ metadata :
4+ annotations :
5+ cert-manager.io/cluster-issuer : letsencrypt-c4m
6+ labels :
7+ app.kubernetes.io/instance : overpass-api
8+ app.kubernetes.io/name : overpass-api
9+ app.kubernetes.io/version : 0.7.62
10+ name : overpass-api
11+ spec :
12+ ingressClassName : traefik
13+ rules :
14+ - host : overpass-ms.codeformuenster.org
15+ http :
16+ paths :
17+ - backend :
18+ service :
19+ name : overpass-api
20+ port :
21+ number : 80
22+ path : /
23+ pathType : Prefix
24+ tls :
25+ - hosts :
26+ - overpass-ms.codeformuenster.org
27+ secretName : overpass-tls
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ resources:
99- svc.yaml
1010- pvc.yaml
1111- deploy.yaml
12+ - ingress.yaml
You can’t perform that action at this time.
0 commit comments