Skip to content
Snippets Groups Projects

Add k8s deployment

Merged Tom Teichler requested to merge deployment into master
Compare and Show latest version
10 files
+ 209
40
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -19,4 +19,17 @@ spec:
@@ -19,4 +19,17 @@ spec:
- name: caddy
- name: caddy
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
 
name: http
 
livenessProbe:
 
httpGet:
 
scheme: HTTP
 
port: http
 
path: /
 
timeoutSeconds: 10
 
readinessProbe:
 
httpGet:
 
scheme: HTTP
 
port: http
 
path: /
 
timeoutSeconds: 10
Loading