We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5de951 commit a59cc5aCopy full SHA for a59cc5a
apache/httpdssi.conf
@@ -0,0 +1,37 @@
1
+{
2
+ "key": "apachessi",
3
+ "label": "Apache HTTP Server",
4
+ "image": {
5
+ "registry": "",
6
+ "name": "ndslabs/httpd-ssi",
7
+ "tags": [
8
+ "latest"
9
+ ]
10
+ },
11
+ "display": "stack",
12
+ "access": "external",
13
+ "ports": [
14
+ {
15
+ "port": 80,
16
+ "protocol": "http",
17
+ "contextPath": "/"
18
+ }
19
+ ],
20
+ "readinessProbe": {
21
+ "type": "http",
22
+ "path": "/",
23
24
+ "initialDelay": 10
25
26
+ "volumeMounts": [
27
28
+ "mountPath": "/usr/local/apache2/htdocs/"
29
30
31
+ "resourceLimits": {
32
+ "cpuMax": 500,
33
+ "cpuDefault": 100,
34
+ "memMax": 1000,
35
+ "memDefault": 50
36
37
+}
0 commit comments