File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 1
22image :
33 repository : dimozone/fetch-api
44 pullPolicy : IfNotPresent
5- tag : ' 06e2456'
5+ tag : 06e2456
66imagePullSecrets : []
77nameOverride : ' '
88fullnameOverride : ' '
@@ -19,7 +19,7 @@ securityContext:
1919 allowPrivilegeEscalation : false
2020 capabilities :
2121 drop :
22- - all
22+ - all
2323cronJob :
2424 enabled : false
2525 schedule : 0 0 * * 0
@@ -53,15 +53,15 @@ service:
5353 targetPort : grpc
5454 protocol : TCP
5555ports :
56- - name : mon-http
57- containerPort : 8888
58- protocol : TCP
59- - name : http
60- containerPort : 8080
61- protocol : TCP
62- - name : grpc
63- containerPort : 8086
64- protocol : TCP
56+ - name : mon-http
57+ containerPort : 8888
58+ protocol : TCP
59+ - name : http
60+ containerPort : 8080
61+ protocol : TCP
62+ - name : grpc
63+ containerPort : 8086
64+ protocol : TCP
6565ingress :
6666 enabled : true
6767 className : nginx
@@ -73,18 +73,18 @@ ingress:
7373 nginx.ingress.kubernetes.io/limit-rps : ' 25'
7474 external-dns.alpha.kubernetes.io/hostname : fetch-api.dev.dimo.zone
7575 hosts :
76- - host : fetch-api.dev.dimo.zone
77- paths :
78- - path : /
79- pathType : ImplementationSpecific
76+ - host : fetch-api.dev.dimo.zone
77+ paths :
78+ - path : /
79+ pathType : ImplementationSpecific
8080 tls : []
8181resources :
8282 limits :
8383 cpu : 250m
8484 memory : 384Mi
8585 requests :
86- cpu : 25m
87- memory : 64Mi
86+ cpu : 5m
87+ memory : 32Mi
8888autoscaling :
8989 enabled : false
9090 minReplicas : 1
You can’t perform that action at this time.
0 commit comments