Skip to content

Commit

Permalink
fix: add value files for chart-testing
Browse files Browse the repository at this point in the history
Signed-off-by: WrenIX <[email protected]>
  • Loading branch information
wrenix committed Nov 22, 2023
1 parent 6ea64c0 commit a2747c5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/nextcloud/ci/ct-all-enabled-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
metrics:
enabled: true
serviceMonitor:
enabled: true
29 changes: 29 additions & 0 deletions charts/nextcloud/ci/ct-specials-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
metrics:
enabled: true
image:
pullSecrets:
- "registry-pull"
podAnnotations:
fakeVersion: unreleased
podLabels:
team: cool
resources:
requests:
memory: 100Mi
service:
type: LoadBalancer
loadBalancerIP: 100.64.0.1
annotations:
fakeVersion: unreleased
labels:
team: cool
serviceMonitor:
enabled: true
namespace: "somewhere-else"
labels:
prometheus: default
namespaceSelector:
matchNames:
- "blub"
interval: "20s"
scrapeTimeout: "15s"

0 comments on commit a2747c5

Please sign in to comment.