-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathjenkins-values-template-smee.yaml
More file actions
53 lines (52 loc) · 1.61 KB
/
jenkins-values-template-smee.yaml
File metadata and controls
53 lines (52 loc) · 1.61 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
serviceAccount:
create: false
name: jenkins
controller:
image: "HARBOR_URL/library/myjenkins"
tag: "v1.0"
imagePullPolicy: "Always"
installPlugins: false
serviceType: NodePort
# jenkinsUrl: jenkins.suse.lab
# jenkinsUrlProtocol: https
resources:
requests:
cpu: "250m"
memory: "1024Mi"
limits:
cpu: "2000m"
memory: "2048Mi"
sidecars:
configAutoReload:
enabled: false
other:
- name: smee
image: docker.io/twalter/smee-client:1.0.2
args: ["--port", "{{ .Values.controller.servicePort }}", "--path", "/github-webhook/", "--url", "https://smee.io/FqIskMikN91QAv7"]
resources:
limits:
cpu: 50m
memory: 128Mi
requests:
cpu: 10m
memory: 32Mi
prometheus:
enabled: false
# Additional labels to add to the ServiceMonitor object
serviceMonitorAdditionalLabels: {}
# Set a custom namespace where to deploy ServiceMonitor resource
# serviceMonitorNamespace: monitoring
scrapeInterval: 60s
# This is the default endpoint used by the prometheus plugin
scrapeEndpoint: /prometheus
# Additional labels to add to the PrometheusRule object
alertingRulesAdditionalLabels: {}
# An array of prometheus alerting rules
# See here: https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/
# The `groups` root object is added by default, simply add the rule entries
alertingrules: []
# Set a custom namespace where to deploy PrometheusRule resource
prometheusRuleNamespace: ""
persistence:
accessMode: "ReadWriteMany"
storageClass: "longhorn"