Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
helm-charts
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
groundhog2k
helm-charts
Commits
e9609bfa
Unverified
Commit
e9609bfa
authored
3 years ago
by
Omega Zeng
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: #809 (#810)
Co-authored-by:
zengdongren
<
zengdongren@laiye.com
>
parent
4a39d458
Branches
Branches containing commit
Tags
wordpress-0.4.8
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
charts/wordpress/Chart.yaml
+1
-1
1 addition, 1 deletion
charts/wordpress/Chart.yaml
charts/wordpress/README.md
+2
-2
2 additions, 2 deletions
charts/wordpress/README.md
charts/wordpress/templates/ingress.yaml
+4
-4
4 additions, 4 deletions
charts/wordpress/templates/ingress.yaml
with
7 additions
and
7 deletions
charts/wordpress/Chart.yaml
+
1
−
1
View file @
e9609bfa
...
@@ -8,7 +8,7 @@ maintainers:
...
@@ -8,7 +8,7 @@ maintainers:
type
:
application
type
:
application
# This is the chart version.
# This is the chart version.
version
:
0.4.
7
version
:
0.4.
8
# This is the version number of the application being deployed.
# This is the version number of the application being deployed.
appVersion
:
"
5.8.3-apache"
appVersion
:
"
5.8.3-apache"
...
...
This diff is collapsed.
Click to expand it.
charts/wordpress/README.md
+
2
−
2
View file @
e9609bfa
# Wordpress
# Wordpress






A Helm chart for Wordpress on Kubernetes
A Helm chart for Wordpress on Kubernetes
...
@@ -141,4 +141,4 @@ $ helm uninstall my-release
...
@@ -141,4 +141,4 @@ $ helm uninstall my-release
| storage.persistentVolumeClaimName | string |
`nil`
| PVC name when existing storage volume should be used |
| storage.persistentVolumeClaimName | string |
`nil`
| PVC name when existing storage volume should be used |
| storage.requestedSize | string |
`nil`
| Size for new PVC, when no existing PVC is used |
| storage.requestedSize | string |
`nil`
| Size for new PVC, when no existing PVC is used |
| storage.className | string |
`nil`
| Storage class name |
| storage.className | string |
`nil`
| Storage class name |
| storage.keepPvc | bool |
`false`
| Keep a created Persistent volume claim when uninstalling the helm chart |
| storage.keepPvc | bool |
`false`
| Keep a created Persistent volume claim when uninstalling the helm chart |
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/wordpress/templates/ingress.yaml
+
4
−
4
View file @
e9609bfa
...
@@ -2,11 +2,11 @@
...
@@ -2,11 +2,11 @@
{{
- $fullName
:
= include "wordpress.fullname" . -
}}
{{
- $fullName
:
= include "wordpress.fullname" . -
}}
{{
- $svcPort
:
= .Values.service.port -
}}
{{
- $svcPort
:
= .Values.service.port -
}}
{{
- $maxSize
:
= .Values.ingress.maxBodySize -
}}
{{
- $maxSize
:
= .Values.ingress.maxBodySize -
}}
{{
- $
kube
Version
:
= .Capabilities.
Kube
Version
.Version
-
}}
{{
- $
api
Version
:
= .Capabilities.
API
Version
s
-
}}
{{
- if
semverCompare ">=1.19" $kubeVersion
}}
{{
- if
$apiVersion.Has "networking.k8s.io/v1"
}}
apiVersion
:
networking.k8s.io/v1
apiVersion
:
networking.k8s.io/v1
{{
- else
}}
{{
- else
}}
{{
- if
semverCompare ">=1.14" $kubeVersion
}}
{{
- if
$apiVersion.Has "networking.k8s.io/v1beta1"
}}
apiVersion
:
networking.k8s.io/v1beta1
apiVersion
:
networking.k8s.io/v1beta1
{{
- else
}}
{{
- else
}}
apiVersion
:
extensions/v1beta1
apiVersion
:
extensions/v1beta1
...
@@ -40,7 +40,7 @@ spec:
...
@@ -40,7 +40,7 @@ spec:
paths
:
paths
:
{{
- range .paths
}}
{{
- range .paths
}}
-
path
:
{{
.path
}}
-
path
:
{{
.path
}}
{{
- if
semverCompare ">=1.19" $kubeVersion
}}
{{
- if
$apiVersion.Has "networking.k8s.io/v1"
}}
pathType
:
{{
.pathType
}}
pathType
:
{{
.pathType
}}
backend
:
backend
:
service
:
service
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment