| title | Old Wordpress |
|---|---|
| category | target |
| type | Website |
| state | released |
| appVersion | 4.0 |
| usecase | Modern insecure web application |
Insecure & Outdated WordPress Instance: Never expose it to the internet!
The old-wordpress chart can be deployed via helm:
# Install HelmChart (use -n to configure another namespace)
helm upgrade --install old-wordpress oci://ghcr.io/securecodebox/helm/old-wordpress| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| annotations | object | {} |
add annotations to the deployment, service and pods |
| fullnameOverride | string | "" |
|
| image.pullPolicy | string | "IfNotPresent" |
Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images |
| image.repository | string | "docker.io/securecodebox/demo-target-old-wordpress" |
Container Image |
| image.tag | string | defaults to the appVersion | The image tag |
| imagePullSecrets | list | [] |
Define imagePullSecrets when a private registry is used (see: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) |
| labels | object | {} |
add labels to the deployment, service and pods |
| nameOverride | string | "" |
|
| nodeSelector | object | {} |
|
| podSecurityContext | object | {} |
|
| replicaCount | int | 1 |
|
| resources | object | {} |
|
| securityContext | object | {} |
|
| service.port | int | 80 |
|
| service.type | string | "ClusterIP" |
|
| tolerations | list | [] |
Code of secureCodeBox is licensed under the Apache License 2.0.