mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 00:10:59 +00:00
11 lines
No EOL
166 B
YAML
11 lines
No EOL
166 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: meilisearch
|
|
spec:
|
|
selector:
|
|
app: meilisearch
|
|
ports:
|
|
- protocol: TCP
|
|
port: 7700
|
|
targetPort: 7700 |