Skip to content

Commit

Permalink
apps/monitoring/ksm: test ksm build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Jul 31, 2020
1 parent 8d046e1 commit bbda6d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/monitoring/ksm/04_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
labels:
app.kubernetes.io/name: kube-state-metrics
app.kubernetes.io/version: 1.9.6
# app.kubernetes.io/version: 1.9.6
name: kube-state-metrics
namespace: monitoring
spec:
Expand All @@ -15,15 +15,16 @@ spec:
metadata:
labels:
app.kubernetes.io/name: kube-state-metrics
app.kubernetes.io/version: 1.9.6
# app.kubernetes.io/version: 1.9.6
spec:
containers:
- args:
- --host=127.0.0.1
- --port=8081
- --telemetry-host=127.0.0.1
- --telemetry-port=8082
image: carlosedp/kube-state-metrics:v1.9.6
# image: carlosedp/kube-state-metrics:v1.9.6
image: quay.io/paulfantom/kube-state-metrics:v1.9.7 # Version is invalid. Instead it refers to commit c9d367c
name: kube-state-metrics
securityContext:
runAsUser: 65534
Expand Down

0 comments on commit bbda6d4

Please sign in to comment.