File tree 3 files changed +25
-6
lines changed
kubernetes/apps/production
3 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ spec:
80
80
81
81
resources :
82
82
requests :
83
- cpu : 50m
84
- memory : 150Mi
83
+ cpu : 20m
84
+ memory : 50Mi
85
85
limits :
86
- memory : 512Mi
86
+ memory : 128Mi
87
87
88
88
service :
89
89
app :
98
98
enabled : true
99
99
className : nginx
100
100
hosts :
101
- - host : " request.${LOCAL_DOMAIN }"
101
+ - host : " request.${PUBLIC_DOMAIN }"
102
102
paths :
103
103
- path : /
104
104
pathType : Prefix
@@ -107,5 +107,5 @@ spec:
107
107
port : http
108
108
tls :
109
109
- hosts :
110
- - " request.${LOCAL_DOMAIN }"
111
- secretName : local- mafyuh-dev-production-tls
110
+ - " request.${PUBLIC_DOMAIN }"
111
+ secretName : mafyuh-dev-production-tls
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : cert-manager.io/v1
3
+ kind : Certificate
4
+ metadata :
5
+ name : mafyuh-dev
6
+ namespace : cert-manager
7
+ spec :
8
+ secretName : mafyuh-dev-production-tls
9
+ secretTemplate :
10
+ annotations :
11
+ reflector.v1.k8s.emberstack.com/reflection-auto-enabled : " true"
12
+ reflector.v1.k8s.emberstack.com/reflection-allowed : " true"
13
+ issuerRef :
14
+ name : letsencrypt-production
15
+ kind : ClusterIssuer
16
+ commonName : " *.mafyuh.dev"
17
+ dnsNames :
18
+ - " *.mafyuh.dev"
Original file line number Diff line number Diff line change 18
18
selector :
19
19
dnsZones :
20
20
- local.mafyuh.dev
21
+ - mafyuh.dev
You can’t perform that action at this time.
0 commit comments