Skip to content

Commit

Permalink
shorten ts name to match raft expectations #40
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Dec 12, 2024
1 parent 27d265c commit 2ff93ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/docusaurus/templates/deployment-docusaurus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
apiVersion: ts.opentelekomcloud.com/v1alpha1
kind: TypesenseCluster
metadata:
name: {{ include "docusaurus.fullname" . }}-ts
name: {{ include "docusaurus.fullname" . }}
spec:
image: typesense/typesense:27.1
replicas: 3
Expand Down

0 comments on commit 2ff93ab

Please sign in to comment.