Skip to content
Snippets Groups Projects

Add k8s deployment

Merged Tom Teichler requested to merge deployment into master
Compare and Show latest version
8 files
+ 151
110
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -20,3 +20,21 @@ spec:
@@ -20,3 +20,21 @@ spec:
image: registry.edugit.org/teckids/team-pr/teckids.org:IMAGE_TAG
image: registry.edugit.org/teckids/team-pr/teckids.org:IMAGE_TAG
ports:
ports:
- containerPort: 80
- 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