Adds ushahidi app.

This commit is contained in:
2026-06-19 21:33:30 +00:00
parent da8dfe9196
commit 2b1db70090
12 changed files with 534 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
apiVersion: v1
kind: Service
metadata:
name: ushahidi-api
namespace: ushahidi
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP
name: http
selector:
component: api
---
apiVersion: v1
kind: Service
metadata:
name: ushahidi-client
namespace: ushahidi
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP
name: http
selector:
component: client