-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Conversation
@@ -3,10 +3,10 @@ | |||
apiVersion: extensions/v1beta1 | |||
kind: Ingress | |||
metadata: | |||
name: "{{- printf "%s-%s" .name $.Release.Name | trunc 63 | trimSuffix "-" -}}" | |||
name: {{ template "mediawiki.fullname" $ }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why the $
sign? Shouldn't that be a .
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's because of the range
stable/mediawiki/values.yaml
Outdated
@@ -226,12 +226,14 @@ resources: | |||
## Configure extra options for liveness and readiness probes | |||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes) | |||
livenessProbe: | |||
enbaled: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juan131, tompizmor The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* artifactory-rbac-support: updated readme bumped Artifactory version RBAC support upgrade alertmanager, prometheus, configmap-reload and node-exporter (helm#6276) Add support for AWS Secrets Manager (helm#6245) Dokuwiki - Several improvements (helm#6326) Mediawiki fix probes & improve notes (helm#6320) Odoo - Several improvements (helm#6316) Joomla! - Several improvements (helm#6322) update signalfx-agent helm chart to v0.1.2 to deploy agent v3.2.2 (helm#6202) cert-manager: fast-forward to upstream f804cb56 (helm#6308) [stable/concourse] correct the parameter name (helm#6283) # Conflicts: # stable/artifactory/Chart.yaml # stable/artifactory/README.md # stable/artifactory/values.yaml
…configmap * artifactory-ha-rbac-support: (60 commits) updated readme RBAC support upgrade alertmanager, prometheus, configmap-reload and node-exporter (helm#6276) Add support for AWS Secrets Manager (helm#6245) Dokuwiki - Several improvements (helm#6326) Mediawiki fix probes & improve notes (helm#6320) Odoo - Several improvements (helm#6316) Joomla! - Several improvements (helm#6322) update signalfx-agent helm chart to v0.1.2 to deploy agent v3.2.2 (helm#6202) cert-manager: fast-forward to upstream f804cb56 (helm#6308) [stable/concourse] correct the parameter name (helm#6283) [stable/envoy] chart version 1.0.0 (helm#5955) nginx-ingress/values.yaml: Updated tag to 0.15.0. (helm#5947) [stable/keycloak] Documentation fixes (helm#6289) [sumologic-fluentd] Update to latest image and expose new configuration to control stat watcher on fluentD in_tail plugins. (helm#6304) Adds tolerations labels for Jaeger pods (helm#6255) Upgrade image version for kube-slack (helm#6305) Add katafygio chart (helm#5543) [stable/k8s-spot-rescheduler] Add support for node selector and tolerations (helm#5789) schema-registry - Templating for liveness/readiness probes (helm#6301) ... # Conflicts: # stable/artifactory-ha/Chart.yaml # stable/artifactory-ha/README.md # stable/artifactory-ha/values.yaml
* Mediawiki - Fix Probes & Improve NOTES * Bump Chart version * Fix requirements.lock sync * A couple of grammar corrections * Fix Typo * Fixing labels
* Mediawiki - Fix Probes & Improve NOTES * Bump Chart version * Fix requirements.lock sync * A couple of grammar corrections * Fix Typo * Fixing labels Signed-off-by: voron <av@arilot.com>
What this PR does / why we need it:
This PR provides several improvements to Mediawiki Helm Chart: