We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879b507 commit 6e128f9Copy full SHA for 6e128f9
apps/declaratii-avere/service-typesense.yaml
@@ -20,11 +20,13 @@ spec:
20
cpu: 1000m
21
memory: 2048M
22
ports:
23
- - containerPort: 8108
+ - containerPort: 80
24
volumeMounts:
25
- mountPath: /typesense-data
26
name: typesense-data
27
env:
28
+ - name: TYPESENSE_API_PORT
29
+ value: "80"
30
- name: TYPESENSE_DATA_DIR
31
value: "/typesense-data"
32
- name: TYPESENSE_ENABLE_CORS
@@ -39,16 +41,3 @@ spec:
39
41
persistentVolumeClaim:
40
42
claimName: declaratii-avere-pvc
43
readOnly: false
----
-apiVersion: v1
44
-kind: Service
45
-metadata:
46
- name: typesense
47
-spec:
48
- selector:
49
50
- ports:
51
- - protocol: TCP
52
- name: http
53
- port: 8108
54
- targetPort: 8108
0 commit comments