Skip to content

Commit a59cc5a

Browse files
authored
NDS-1020: Added apache with ssi (#75)
* Removed Sufia and dependencies until NDS-656 resolved. * REmoved Fedora due to SSL problem * Added Apache HTTP SSI spec
1 parent b5de951 commit a59cc5a

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

apache/httpdssi.conf

+37
Original file line numberDiff line numberDiff line change
@@ -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+
"port": 80,
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

Comments
 (0)