Aptly and community search.

This commit is contained in:
2026-06-08 17:10:11 +00:00
parent 8117fb8175
commit 4eb722f393
17 changed files with 432 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: community-search
spec:
type: ClusterIP
ports:
- name: http
port: 80
protocol: TCP
targetPort: 8080
selector:
component: web