forked from keptn-contrib/prometheus-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skaffold.yaml
29 lines (29 loc) · 1001 Bytes
/
skaffold.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
apiVersion: skaffold/v2beta23
kind: Config
build:
local:
useBuildkit: true
artifacts:
- image: keptncontrib/prometheus-service
docker:
dockerfile: Dockerfile
# Before executing this, install prometheus-service manually:
# helm install -n keptn prometheus-service https://github.com/keptn-contrib/prometheus-service/releases/download/0.7.2/prometheus-service-0.7.2.tgz
deploy:
helm:
flags:
upgrade: ["--reuse-values"]
releases:
- name: prometheus-service # needs to be the same name as currently used (check via helm ls -n keptn)
namespace: keptn # needs to be the same namespace as where the helm-chart is currently deployed
# upgradeOnChange: true
# recreatePods: false # don't recreate all pods
artifactOverrides:
image: keptncontrib/prometheus-service
imageStrategy:
helm: { }
overrides:
resources:
limits:
memory: 512Mi
chartPath: chart