Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy ADC Wordpress as a bitnami chart #1992

Open
3 tasks
artntek opened this issue Oct 22, 2024 · 0 comments
Open
3 tasks

Deploy ADC Wordpress as a bitnami chart #1992

artntek opened this issue Oct 22, 2024 · 0 comments
Milestone

Comments

@artntek
Copy link
Contributor

artntek commented Oct 22, 2024

In order to move arcticdata.io to k8s, we need a way of hosting the existing wordpress instance that serves the root of the https://arcticdata.io/ site.

This should be relatively straightforward by use of a bitnami chart.

Tasks:

  • Find suitable chart and test-deploy on dev cluster
    • helm install wpbrooke bitnami/wordpress --version 24.0.7
    • See config options here
    • Need to set at least:
    global.defaultStorageClass: csi-cephfs-sc-ephemeral
                                # (for testing; csi-cephfs-sc for prod)
    wordpressUsername: 
    existingSecret: # (create a secret to contain wordpressPassword)
  • Determine how to export all settings and content from existing ADC wordpress instance, and import into k8s version
    mariadb.enabled=false
    externalDatabase.host=myexternalhost
    externalDatabase.user=myuser
    externalDatabase.password=mypassword
    externalDatabase.database=mydatabase
    externalDatabase.port=3306
    # If the database already contains data from a previous WordPress 
    # installation, set:
    wordpressSkipInstall: true
  • customize ingress to serve wordpress in addition to adc site
@artntek artntek added this to the 3.1.0 milestone Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant