Skip to content
Snippets Groups Projects

Add k8s deployment

Merged Tom Teichler requested to merge deployment into master
8 files
+ 111
0
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -20,3 +20,21 @@ spec:
image: registry.edugit.org/teckids/team-pr/teckids.org:IMAGE_TAG
ports:
- containerPort: 80
livenessProbe:
httpGet:
scheme: HTTP
port: http
path: /
timeoutSeconds: 10
initialDelaySeconds: 60
name: adressbuch
ports:
- containerPort: 80
name: http
readinessProbe:
httpGet:
scheme: HTTP
port: http
path: /
timeoutSeconds: 10
initialDelaySeconds: 120
Loading