Skip to content

Commit 3e7aecf

Browse files
Adds YAML for jsonnet modified in the previous commit
1 parent 26106fc commit 3e7aecf

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

manifests/prometheusAdapter-deployment.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,27 @@ spec:
3838
- --secure-port=6443
3939
- --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
4040
image: k8s.gcr.io/prometheus-adapter/prometheus-adapter:v0.9.1
41+
livenessProbe:
42+
livenessProbe:
43+
failureThreshold: 5
44+
httpGet:
45+
path: /livez
46+
port: https
47+
scheme: HTTPS
48+
initialDelaySeconds: 5
49+
periodSeconds: 30
4150
name: prometheus-adapter
4251
ports:
4352
- containerPort: 6443
53+
readinessProbe:
54+
readinessProbe:
55+
failureThreshold: 5
56+
httpGet:
57+
path: /readyz
58+
port: https
59+
scheme: HTTPS
60+
initialDelaySeconds: 5
61+
periodSeconds: 5
4462
resources:
4563
limits:
4664
cpu: 250m

0 commit comments

Comments
 (0)