Public Information
This commit is contained in:
16
samples/pinning/values.yaml
Normal file
16
samples/pinning/values.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
nappl:
|
||||
probes:
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /index.html
|
||||
port: 8080
|
||||
initialDelaySeconds: 60
|
||||
timeoutSeconds: 3
|
||||
failureThreshold: 5
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /index.html
|
||||
port: 8080
|
||||
initialDelaySeconds: 60
|
||||
timeoutSeconds: 3
|
||||
failureThreshold: 5
|
||||
Reference in New Issue
Block a user