github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/examples/wordpress/wordpress-values.yaml (about)

     1  # We are hard-coding these for now but will make them dynamic later.
     2  wordpressUsername: ###JACKAL_VAR_WORDPRESS_USERNAME###
     3  wordpressPassword: ###JACKAL_VAR_WORDPRESS_PASSWORD###
     4  wordpressEmail: ###JACKAL_VAR_WORDPRESS_EMAIL###
     5  wordpressFirstName: ###JACKAL_VAR_WORDPRESS_FIRST_NAME###
     6  wordpressLastName: ###JACKAL_VAR_WORDPRESS_LAST_NAME###
     7  wordpressBlogName: ###JACKAL_VAR_WORDPRESS_BLOG_NAME###
     8  
     9  # This value turns on the metrics exporter and thus will require another image.
    10  metrics:
    11    enabled: true
    12  
    13  # Sets the WordPress service as a ClusterIP service to not conflict with potential
    14  # pre-existing LoadBalancer services.
    15  service:
    16    type: ClusterIP