diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index 518bee74e..2e1d2001f 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -1,5 +1,5 @@ name: apache -version: 0.3.14 +version: 1.0.0 appVersion: 2.4.34 description: Chart for Apache HTTP Server keywords: diff --git a/bitnami/apache/templates/deployment.yaml b/bitnami/apache/templates/deployment.yaml index 5ddd442ad..ac046b747 100644 --- a/bitnami/apache/templates/deployment.yaml +++ b/bitnami/apache/templates/deployment.yaml @@ -29,9 +29,9 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy | quote }} ports: - name: http - containerPort: 80 + containerPort: 8080 - name: https - containerPort: 443 + containerPort: 8443 livenessProbe: httpGet: path: /