@@ -19,8 +19,8 @@ fullnameOverride: ""
1919# If you enable this, make sure to disable the gateway.
2020# You'll need to supply authn configuration for your ingress controller.
2121ingress :
22- enabled : false
23- # ingressClassName: nginx
22+ enabled : true
23+ ingressClAssName : traefik
2424 annotations : { }
2525 # nginx.ingress.kubernetes.io/auth-type: basic
2626 # nginx.ingress.kubernetes.io/auth-secret: loki-distributed-basic-auth
@@ -31,9 +31,9 @@ ingress:
3131 apiserver :
3232 - /api/v1
3333 frontend :
34- - /iam
34+ - /console
3535 hosts :
36- - iam.example.com
36+ - iam.wecoding.top
3737 # tls:
3838 # - secretName: loki-distributed-tls
3939 # hosts:
@@ -76,7 +76,13 @@ apiServer:
7676 # -- The SecurityContext for ApiServer containers
7777 containerSecurityContext : { }
7878 # -- Resource requests and limits for the ApiServer
79- resources : { }
79+ resources :
80+ limits :
81+ cpu : 256m
82+ memory : 512Mi
83+ requests :
84+ cpu : 256m
85+ memory : 512Mi
8086 # -- Grace period to allow the ApiServer to shutdown before it is killed
8187 terminationGracePeriodSeconds : 30
8288 # -- Affinity for ApiServer pods. Passed through `tpl` and, thus, to be configured as string
@@ -144,7 +150,13 @@ authzServer:
144150 # -- The SecurityContext for AuthzServer containers
145151 containerSecurityContext : { }
146152 # -- Resource requests and limits for the AuthzServer
147- resources : { }
153+ resources :
154+ limits :
155+ cpu : 256m
156+ memory : 512Mi
157+ requests :
158+ cpu : 256m
159+ memory : 512Mi
148160 # -- Grace period to allow the AuthzServer to shutdown before it is killed
149161 terminationGracePeriodSeconds : 30
150162 # -- Affinity for ApiServer pods. Passed through `tpl` and, thus, to be configured as string
@@ -218,7 +230,13 @@ console:
218230 - ALL
219231 allowPrivilegeEscalation : true
220232 # -- Resource requests and limits for the ApiServer
221- resources : { }
233+ resources :
234+ limits :
235+ cpu : 256m
236+ memory : 512Mi
237+ requests :
238+ cpu : 256m
239+ memory : 512Mi
222240 # -- Grace period to allow the ApiServer to shutdown before it is killed
223241 terminationGracePeriodSeconds : 30
224242 # -- Affinity for ApiServer pods. Passed through `tpl` and, thus, to be configured as string
0 commit comments