Skip to content
Snippets Groups Projects

Add k8s deployment

Merged Tom Teichler requested to merge deployment into master
Compare and Show latest version
4 files
+ 2
6
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -27,11 +27,9 @@ spec:
port: http
path: /
timeoutSeconds: 10
initialDelaySeconds: 60
readinessProbe:
httpGet:
scheme: HTTP
port: http
path: /
timeoutSeconds: 10
initialDelaySeconds: 120
Loading