We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1762f9e commit 1e3fb29Copy full SHA for 1e3fb29
charts/nextcloud/ci/ct-all-enabled-values.yaml
@@ -0,0 +1,4 @@
1
+metrics:
2
+ enabled: true
3
+ serviceMonitor:
4
charts/nextcloud/ci/ct-specials-values.yaml
@@ -0,0 +1,29 @@
+ image:
+ pullSecrets:
5
+ - "registry-pull"
6
+ podAnnotations:
7
+ fakeVersion: unreleased
8
+ podLabels:
9
+ team: cool
10
+ resources:
11
+ requests:
12
+ memory: 100Mi
13
+ service:
14
+ type: LoadBalancer
15
+ loadBalancerIP: 100.64.0.1
16
+ annotations:
17
18
+ labels:
19
20
21
22
+ namespace: "somewhere-else"
23
24
+ prometheus: default
25
+ namespaceSelector:
26
+ matchNames:
27
+ - "blub"
28
+ interval: "20s"
29
+ scrapeTimeout: "15s"
0 commit comments