File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 1
22image :
33 repository : dimozone/attestation-api
44 pullPolicy : IfNotPresent
5- tag : 81cca4f
5+ tag : ab4f1d1
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
@@ -61,15 +61,15 @@ service:
6161 targetPort : grpc
6262 protocol : TCP
6363ports :
64- - name : mon-http
65- containerPort : 8888
66- protocol : TCP
67- - name : http
68- containerPort : 8080
69- protocol : TCP
70- - name : grpc
71- containerPort : 8086
72- protocol : TCP
64+ - name : mon-http
65+ containerPort : 8888
66+ protocol : TCP
67+ - name : http
68+ containerPort : 8080
69+ protocol : TCP
70+ - name : grpc
71+ containerPort : 8086
72+ protocol : TCP
7373ingress :
7474 enabled : true
7575 className : nginx
@@ -81,10 +81,10 @@ ingress:
8181 nginx.ingress.kubernetes.io/limit-rps : ' 25'
8282 external-dns.alpha.kubernetes.io/hostname : attestation-api.dev.dimo.zone
8383 hosts :
84- - host : attestation-api.dev.dimo.zone
85- paths :
86- - path : /
87- pathType : ImplementationSpecific
84+ - host : attestation-api.dev.dimo.zone
85+ paths :
86+ - path : /
87+ pathType : ImplementationSpecific
8888 tls : []
8989resources :
9090 limits :
You can’t perform that action at this time.
0 commit comments