Skip to content

Commit

Permalink
add template to port
Browse files Browse the repository at this point in the history
  • Loading branch information
himaster committed Nov 28, 2024
1 parent 0a7a4c6 commit 47fd37f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ipfs-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: 1.0.6
description: IPFS Cluster Chart
name: ipfs-cluster
version: 0.0.26
version: 0.0.27
home: https://ipfscluster.io/
keywords:
- ipfs
Expand Down
2 changes: 1 addition & 1 deletion ipfs-cluster/templates/ingress-cluster-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ spec:
service:
name: {{ include "ipfs-cluster.serviceNameLocal" . }}
port:
name: api-http
name: {{ .Values.ingress.clusterApi.port }}
{{- end }}
4 changes: 2 additions & 2 deletions ipfs-cluster/templates/ingress-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ spec:
backend:
service:
name: {{ include "ipfs-cluster.serviceNameHttp" . }}
port:
name: gateway
port:
name: {{ .Values.ingress.gateway.port }}
{{- end }}
2 changes: 2 additions & 0 deletions ipfs-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ ingress:
gateway:
enabled: false
host: ipfs-gateway.pld.community
port: gateway
secretName: pld-community-tls
annotations: {}
clusterApi:
enabled: false
host: ipfs-cluster-api.pld.community
port: api-http
secretName: pld-community-tls
proxyBodySize: 1024M
annotations: {}
Expand Down

0 comments on commit 47fd37f

Please sign in to comment.