-
Notifications
You must be signed in to change notification settings - Fork 19
/
draft-store-service.yaml
30 lines (30 loc) · 1.29 KB
/
draft-store-service.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: draft-store-service
spec:
releaseName: draft-store-service
values:
java:
environment:
RESTART_ME: '2'
disableTraefikTls: true
replicas: 2
useInterpodAntiAffinity: true
image: hmctspublic.azurecr.io/draft-store/service:prod-b958a0a-20241031105813 #{"$imagepolicy": "flux-system:draft-store-service"}
smoketestscron:
image: hmctspublic.azurecr.io/draft-store/service-test:prod-b5ba872-20221206202846 #{"$imagepolicy": "flux-system:draft-store-service-service-test"}
functionaltestscron:
image: hmctspublic.azurecr.io/draft-store/service-test:prod-b5ba872-20221206202846 #{"$imagepolicy": "flux-system:draft-store-service-service-test"}
smoketests:
image: hmctspublic.azurecr.io/draft-store/service-test:prod-b5ba872-20221206202846 #{"$imagepolicy": "flux-system:draft-store-service-service-test"}
functionaltests:
image: hmctspublic.azurecr.io/draft-store/service-test:prod-b5ba872-20221206202846 #{"$imagepolicy": "flux-system:draft-store-service-service-test"}
chart:
spec:
chart: ./stable/draft-store-service
sourceRef:
kind: GitRepository
name: hmcts-charts
namespace: flux-system
interval: 1m