-
Notifications
You must be signed in to change notification settings - Fork 2
/
values.yaml
66 lines (49 loc) · 1.18 KB
/
values.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
replicaCount: 1
image:
repository: crprivateaiprod.azurecr.io/deid
pullPolicy: IfNotPresent
# Can be a direct version tag / container flavour (i.e. 3.3.2-cpu) OR a 'latest' tag (i.e. cpu, gpu)
tag: "cpu"
# Change this to true if you have a cluster that has nodes with Nvidia GPUs available and would like to run the GPU container
gpuEnabled: false
imagePullSecrets:
# Rename this to whatever you stored your CR Creds for the Private AI CR Kube secret to
- name: crprivateaiprod-creds
- name: ecrcred
nameOverride: ""
fullnameOverride: ""
serviceAccount:
create: false
annotations: {}
name: ""
selectorLabels:
- app: pai-deployment
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
service:
type: LoadBalancer
port: 80
targetPort: 8080
periodSeconds: 30
initialDelaySeconds: 120
hostIP: 0.0.0.0
license:
isMarketplace: true
name: pai-license
volumeMount: license-volume
mountPath: /app/license
envVars:
# - name: PAI_DISABLE_RAM_CHECK
# value: "true"
resources: {}
autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 3
targetCPUUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}
ingress:
enabled: false