Skip to content

Commit

Permalink
wordpress 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito committed Jul 25, 2020
1 parent 609a854 commit c2ed582
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/wordpress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: wordpress
description: Wordpress Helm Chart
version: 1.0.0
version: 1.0.1
dependencies:
- name: generic
version: 1.6.7
Expand Down
26 changes: 14 additions & 12 deletions charts/wordpress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ mysql:
generic:
# strategy:
# type: Recreate

# containers:
# default:
# args: ["--default-authentication-plugin=mysql_native_password"]

# services:
# default:
# fullName: mysql
services:
default:
fullName: mysql

redis:
enabled: false
Expand All @@ -19,9 +20,9 @@ redis:
# strategy:
# type: Recreate

# services:
# default:
# fullName: redis
services:
default:
fullName: redis

generic:
nameOverride: wordpress
Expand All @@ -44,7 +45,7 @@ generic:
- secretRef:
name: env
# volumeMounts:
# - name: wordpress
# - name: default
# mountPath: /var/www/html
# subPath: wordpress
http:
Expand All @@ -60,11 +61,13 @@ generic:
env:
- name: PHP_FPM
value: "localhost:9000"
- name: ROOT
value: "/var/www/html"
envFrom:
- secretRef:
name: env
# volumeMounts:
# - name: wordpress
# - name: default
# mountPath: /var/www/html
# subPath: wordpress

Expand All @@ -77,15 +80,14 @@ generic:
WORDPRESS_DB_PASSWORD: "pass"

# storages:
# - name: wordpress
# accessModes:
# - accessModes:
# - ReadWriteOnce
# size: 1Gi

# volumes:
# - name: wordpress
# - name: default
# persistentVolumeClaim:
# claimName: wordpress
# claimName: default

services:
default:
Expand Down

0 comments on commit c2ed582

Please sign in to comment.