Skip to content

Commit

Permalink
[nginx-static] Allow port setting for container
Browse files Browse the repository at this point in the history
  • Loading branch information
midokura-agustin committed Dec 27, 2022
1 parent 9c6a024 commit 07c6e66
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nginx-static/Chart.yaml
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@ apiVersion: v2
name: nginx-static
description: Deploy nginx with static pages
type: application
version: 0.1.0
version: 0.1.1
# renovate: datasource=docker depName=nginx
appVersion: 1.23.0
2 changes: 1 addition & 1 deletion charts/nginx-static/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ spec:
{{- end }}
ports:
- name: http
containerPort: 80
containerPort: {{ .Values.image.port }}
protocol: TCP
{{- if .Values.livenessProbe.enabled }}
{{- with .Values.livenessProbe }}
1 change: 1 addition & 0 deletions charts/nginx-static/values.yaml
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag: "1.23.0"
digest: sha256:3536d368b898eef291fb1f6d184a95f8bc1a6f863c48457395aab859fda354d1
port: 80

imagePullSecrets: []
nameOverride: ""

0 comments on commit 07c6e66

Please sign in to comment.