-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
92 lines (73 loc) · 1.56 KB
/
values.yaml
File metadata and controls
92 lines (73 loc) · 1.56 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Default values for oasbinder.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: ghcr.io/insightsengineering/oasbinder
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
podLabels: {}
service:
type: ClusterIP
port: 8080
ingress:
enabled: false
className: ""
annotations: {}
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
resources: {}
livenessProbe:
httpGet:
path: /
port: http
periodSeconds: 60
readinessProbe:
httpGet:
path: /
port: http
periodSeconds: 60
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
affinity: {}
# args:
# - "--config"
# - "/oasbinder.yaml"
# - "--logLevel"
# - "debug"
# volumeMounts:
# - name: config-volume
# mountPath: /oasbinder.yaml
# subPath: oasbinder.yaml
# volumes:
# - name: config-volume
# configMap:
# name: oasbinder
# securityContext:
# readOnlyRootFilesystem: false
# runAsNonRoot: true
# runAsUser: 999
# runAsGroup: 999
# oasbinderConfig:
# proxyAddress: http://localhost:10001
# listenPort: 8080
# listenAddress: 0.0.0.0
# services:
# - endpoint: /hogwarts
# url: http://localhost:8000/hogwarts/
# swagger_url: http://localhost:8000/hogwarts/
# headers:
# api-key: qwerty