diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index e472ba2..f08dfb0 100644 --- a/deploy/helm/Chart.yaml +++ b/deploy/helm/Chart.yaml @@ -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 diff --git a/deploy/helm/templates/deployment.yaml b/deploy/helm/templates/deployment.yaml index aab51ce..516cc20 100644 --- a/deploy/helm/templates/deployment.yaml +++ b/deploy/helm/templates/deployment.yaml @@ -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