Skip to content

Commit

Permalink
Merge pull request #611 from acend/fix_wordpresstls
Browse files Browse the repository at this point in the history
set tls for wordpress
  • Loading branch information
splattner authored Aug 27, 2024
2 parents 41997a2 + bcd7be7 commit 652298a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/en/docs/helm/complex-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ containerSecurityContext:
ingress:
enabled: true
hostname: wordpress-<namespace>.<appdomain>
extraTls:
- hosts:
- wordpress-<namespace>.<appdomain>


mariadb:
primary:
Expand Down Expand Up @@ -157,6 +161,9 @@ containerSecurityContext:
ingress:
enabled: true
hostname: wordpress-<namespace>.<appdomain>
extraTls:
- hosts:
- wordpress-<namespace>.<appdomain>
mariadb:
primary:
containerSecurityContext:
Expand Down

0 comments on commit 652298a

Please sign in to comment.