Skip to content

Commit

Permalink
Merge pull request #118 from xavier83/fix_ports
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf authored Nov 8, 2024
2 parents 67fa600 + e3da060 commit 5079041
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: seaweedfs-operator
description: A Helm chart for the seaweedfs-operator
type: application
version: 0.0.2
version: 0.1.0
appVersion: "0.0.1"
maintainers:
- name: chrislusf
Expand Down
7 changes: 3 additions & 4 deletions deploy/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ spec:
- name: {{ .Values.port.name }}
containerPort: {{ .Values.port.number }}
protocol: TCP
- name: https
containerPort: 443
protocol: TCP
{{- if .Values.resources }}
resources: {{- toYaml .Values.resources | nindent 12 }}
{{- end }}
{{- if .Values.webhook.enabled }}
ports:
- name: https
containerPort: 443
protocol: TCP
volumeMounts:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
Expand Down

0 comments on commit 5079041

Please sign in to comment.