-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
59 lines (48 loc) · 2.81 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
image:
repository: ghcr.io/keptn-sandbox/keptn-service-template-go # Container Image Name
pullPolicy: IfNotPresent # Kubernetes Image Pull Policy
tag: "" # Container Tag
service:
enabled: true # Creates a Kubernetes Service for the keptn-service-template-go
distributor:
stageFilter: "" # Sets the stage this helm service belongs to
serviceFilter: "" # Sets the service this helm service belongs to
projectFilter: "" # Sets the project this helm service belongs to
pubsubTopic: "sh.keptn.>" # Sets the events the service subscribes to
image:
repository: docker.io/keptn/distributor # Container Image Name
pullPolicy: IfNotPresent # Kubernetes Image Pull Policy
tag: "0.11.4" # Container Tag
remoteControlPlane:
enabled: false # Enables remote execution plane mode
api:
protocol: "http" # Used Protocol (http, https)
hostname: "" # Hostname of the control plane cluster (and Port)
apiValidateTls: true # Defines if the control plane certificate should be validated
token: "" # Keptn API Token
imagePullSecrets: [] # Secrets to use for container registry credentials
serviceAccount:
create: true # Enables the service account creation
annotations: {} # Annotations to add to the service account
name: "" # The name of the service account to use.
podAnnotations: {} # Annotations to add to the created pods
podSecurityContext: {} # Set the pod security context (e.g. fsGroups)
# fsGroup: 2000
securityContext: {} # Set the security context (e.g. runAsUser)
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
resources: # Resource limits and requests
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
nodeSelector: {} # Node selector configuration
tolerations: [] # Tolerations for the pods
affinity: {} # Affinity rules