Skip to content

Commit

Permalink
feat(nginx): Use port 8443
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Aug 26, 2024
1 parent 4f184bd commit 2234b33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/drupal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: drupal
apiVersion: v2
type: application
version: 1.0.0-beta12
version: 1.0.0-beta13
appVersion: 5.2.3
description: Drupal 10 variant of the Web Experience Toolkit (WxT).
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/drupal/templates/deploy/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
containerPort: 8080
protocol: TCP
- name: https
containerPort: 443
containerPort: 8443
protocol: TCP
{{- if .Values.nginx.healthcheck.enabled }}
{{- if .Values.nginx.healthcheck.probes }}
Expand Down
2 changes: 1 addition & 1 deletion charts/drupal/templates/svc/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
port: 8080
targetPort: http
- name: https
port: 443
port: 8443
targetPort: https
selector:
app.kubernetes.io/name: {{ include "drupal.name" . }}
Expand Down

0 comments on commit 2234b33

Please sign in to comment.