diff --git a/charts/chekr/templates/deployment.yaml b/charts/chekr/templates/deployment.yaml index bdecd9f..e6b8620 100644 --- a/charts/chekr/templates/deployment.yaml +++ b/charts/chekr/templates/deployment.yaml @@ -33,14 +33,6 @@ spec: - name: http containerPort: 8080 protocol: TCP - #livenessProbe: - # httpGet: - # path: / - # port: http - #readinessProbe: - # httpGet: - # path: / - # port: http resources: {{- toYaml .Values.webserver.resources | nindent 12 }} volumeMounts: diff --git a/charts/chekr/values.yaml b/charts/chekr/values.yaml index 3fb13cf..fff2341 100644 --- a/charts/chekr/values.yaml +++ b/charts/chekr/values.yaml @@ -46,9 +46,9 @@ webserver: - path: / pathType: ImplementationSpecific tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local + # - secretName: chart-example-tls + # hosts: + # - chart-example.local resources: {} # We usually recommend not to specify default resources and to leave this as a conscious