Created
February 2, 2025 15:15
-
-
Save janakiramm/1af66565954a67b5c7d32a936b888135 to your computer and use it in GitHub Desktop.
WordPress Deployments based on RGD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: kro.run/v1alpha1 | |
kind: Application | |
metadata: | |
name: site-1 | |
spec: | |
name: site-1 | |
mysqlPassword: cGFzc3dvcmQ= # (base64-encoded password) | |
storageClass: local-path | |
ingress: | |
enabled: true | |
--- | |
apiVersion: kro.run/v1alpha1 | |
kind: Application | |
metadata: | |
name: site-2 | |
spec: | |
name: site-2 | |
mysqlPassword: cGFzc3dvcmQ= | |
storageClass: local-path | |
ingress: | |
enabled: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment