Skip to content

Commit 7f1e193

Browse files
committed
wip
1 parent 942483e commit 7f1e193

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

apps/declaratii-avere/service-typesense.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ spec:
2121
memory: 2048M
2222
ports:
2323
- containerPort: 8108
24-
targetPort: 8108
2524
volumeMounts:
2625
- mountPath: /typesense-data
2726
name: typesense-data
@@ -40,3 +39,15 @@ spec:
4039
persistentVolumeClaim:
4140
claimName: declaratii-avere-pvc
4241
readOnly: false
42+
---
43+
apiVersion: v1
44+
kind: Service
45+
metadata:
46+
name: typesense
47+
spec:
48+
selector:
49+
app: typesense
50+
ports:
51+
- protocol: TCP
52+
port: 8108
53+
targetPort: 8108

0 commit comments

Comments
 (0)