Skip to content

Commit 3576a70

Browse files
Update Image Version to ab4f1d1
1 parent ab4f1d1 commit 3576a70

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

charts/attestation-api/values.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 1
22
image:
33
repository: dimozone/attestation-api
44
pullPolicy: IfNotPresent
5-
tag: 81cca4f
5+
tag: ab4f1d1
66
imagePullSecrets: []
77
nameOverride: ''
88
fullnameOverride: ''
@@ -19,7 +19,7 @@ securityContext:
1919
allowPrivilegeEscalation: false
2020
capabilities:
2121
drop:
22-
- all
22+
- all
2323
cronJob:
2424
enabled: false
2525
schedule: 0 0 * * 0
@@ -61,15 +61,15 @@ service:
6161
targetPort: grpc
6262
protocol: TCP
6363
ports:
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
7373
ingress:
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: []
8989
resources:
9090
limits:

0 commit comments

Comments
 (0)