Skip to content

Commit 26c8329

Browse files
Adds YAML for jsonnet modified in the previous commit
1 parent 3fa00f1 commit 26c8329

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

manifests/prometheusAdapter-deployment.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,25 @@ spec:
3737
- --secure-port=6443
3838
- --tls-cipher-suites=TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA
3939
image: k8s.gcr.io/prometheus-adapter/prometheus-adapter:v0.9.1
40+
livenessProbe:
41+
failureThreshold: 5
42+
httpGet:
43+
path: /livez
44+
port: https
45+
scheme: HTTPS
46+
initialDelaySeconds: 30
47+
periodSeconds: 5
4048
name: prometheus-adapter
4149
ports:
4250
- containerPort: 6443
51+
readinessProbe:
52+
failureThreshold: 5
53+
httpGet:
54+
path: /readyz
55+
port: https
56+
scheme: HTTPS
57+
initialDelaySeconds: 30
58+
periodSeconds: 5
4359
resources:
4460
limits:
4561
cpu: 250m

0 commit comments

Comments
 (0)