Skip to content

Commit

Permalink
set tls for wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Aug 27, 2024
1 parent 41997a2 commit bcd7be7
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 bcd7be7

Please sign in to comment.