-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
72 lines (58 loc) · 1.06 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
67
68
69
70
71
72
application:
customerId: "80248A42-8FE2-4D4A-89DA-02E683511F76"
apiUrl: ""
title: ""
locale: "de-DE"
addressing: "du"
email: "demo@demo.demo"
replicaCount: 1
image:
repository: registry.opencode.de/dataport/terminfinder/terminfinder-frontend
pullPolicy: IfNotPresent
tag: "0.1.0"
imagePullSecrets: [ ]
nameOverride: ""
fullnameOverride: ""
serviceAccount:
create: false
annotations: { }
name: ""
podAnnotations: { }
podSecurityContext:
runAsNonRoot: true
runAsUser: 101
runAsGroup: 101
fsGroup: 101
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: false
service:
type: ClusterIP
port: 8080
ingress:
enabled: true
className: "nginx"
hosts:
- host: localhost
port: 80
paths:
- path: /
pathType: Prefix
tls: [ ]
resources:
limits:
cpu: 500m
memory: 256Mi
requests:
cpu: 500m
memory: 256Mi
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 20
targetCPUUtilizationPercentage: 80
nodeSelector: { }
tolerations: [ ]
affinity: { }