Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Oct 16, 2024
1 parent fcf8dbd commit 4267333
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/concrnt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: "0.0.0"
description: A Helm chart for concurrent
name: concrnt
version: 0.3.2
version: 0.3.3
2 changes: 1 addition & 1 deletion charts/concrnt/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ spec:
name: hyperproxy
ports:
- protocol: TCP
port: {{ .Values.hyperproxy.port }}
port: 8000
type: ClusterIP
{{- end }}

1 change: 0 additions & 1 deletion charts/concrnt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ activitypub:
hyperproxy:
enabled: true
image: ghcr.io/concrnt/hyperproxy:latest
port: 8080

legal:
tos: ""
Expand Down

0 comments on commit 4267333

Please sign in to comment.