Skip to content

Commit

Permalink
Merge pull request #7 from pbalogh-sa/fix-internalport
Browse files Browse the repository at this point in the history
Set missing secure-port parameter in startup command
  • Loading branch information
zhill authored Sep 30, 2019
2 parents 43a9093 + a2ab7a6 commit 8cc4b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/anchore-admission-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: anchore-admission-controller
description: A kubernetes admission controller for validating and mutating webhooks that operates against Anchore Engine to make access decisions and annotations
apiVersion: v1
appVersion: 0.2.2
version: 0.2.3
version: 0.2.4
maintainers:
- name: zhill
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ items:
- "--tls-cert-file=/var/serving-cert/tls.crt"
- "--tls-private-key-file=/var/serving-cert/tls.key"
- "--v={{ .Values.logVerbosity }}"
- "--secure-port={{ .Values.service.internalPort }}"
ports:
- containerPort: {{ .Values.service.internalPort }}
readinessProbe:
Expand Down Expand Up @@ -113,4 +114,4 @@ items:
{{- if .Values.affinity }}
affinity:
{{ toYaml .Values.affinity | indent 8 }}
{{- end }}
{{- end }}

0 comments on commit 8cc4b14

Please sign in to comment.