@@ -8,26 +8,20 @@ podAnnotations: {}
88podsLabels : {}
99# Add labels to the deployment
1010deploymentLabels : {}
11-
1211image :
13- repository : draft
14- tag : dev
12+ repository : 041640568050.dkr.ecr.eu-central-1.amazonaws.com/peaqnetwork/peaq-network-scan
13+ tag : 0.9.9
1514 pullPolicy : IfNotPresent
16-
1715# optional list of image pull secrets to use to pull images
1816jx :
1917 # optional image pull secrets
2018 imagePullSecrets : []
21-
2219 # whether to create a Release CRD when installing charts with Release CRDs included
2320 releaseCRD : true
24-
2521# define environment variables here as a map of key: value
2622env :
27-
2823# enable this flag to use knative serve to deploy the app
2924knativeDeploy : false
30-
3125# HorizontalPodAutoscaler
3226hpa :
3327 enabled : false
3731 memoryTargetAverageUtilization : 80
3832 # Add labels to the HPA
3933 labels : {}
40-
4134# Canary deployments
4235# If enabled, Istio and Flagger need to be installed in the cluster
4336canary :
@@ -60,7 +53,6 @@ canary:
6053 labels : {}
6154 # Add labels to the canary gateway
6255 gatewayLabels : {}
63-
6456service :
6557 name : peaq-network-scan
6658 type : ClusterIP
@@ -91,23 +83,20 @@ readinessProbe:
9183 timeoutSeconds : 1
9284 # Optional distinct readiness probe path, if empty the probePath is used
9385 probePath : " "
94-
9586# custom ingress annotations on this service
9687ingress :
9788 annotations : {}
9889 # defaults to nginx if no other ingress class annotation specified
9990 classAnnotation : " "
10091 # Add labels to the ingress
10192 labels : {}
102-
10393 # ingress path type
10494 pathType : ImplementationSpecific
105-
10695serviceAccount :
10796 enabled : true
10897 name : " "
10998 annotations : {}
110- # iam.gke.io/gcp-service-account: my-sa-in-gke
99+ # iam.gke.io/gcp-service-account: my-sa-in-gke
111100 # Add labels to the SA
112101 labels : {}
113102# my-custom-label: value
@@ -120,7 +109,6 @@ jxRequirements:
120109 # kubernetes.io/ingress.class: nginx
121110
122111 apiVersion : " networking.k8s.io/v1"
123-
124112 # the domain for hosts
125113 domain : " "
126114 externalDNS : false
@@ -131,5 +119,3 @@ jxRequirements:
131119 enabled : false
132120 production : false
133121 secretName : " "
134-
135-
0 commit comments