Created
March 6, 2021 20:21
-
-
Save jmrobles/b00bf87dcd14a3283452d093e28a85b5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
wordpressUsername: admin | |
# Uncomment to define the password or leave commented to auto-generate one | |
# wordpressPassword: | |
wordpressEmail: [email protected] | |
wordpressFirstName: John | |
wordpressLastName: Smith | |
wordpressBlogName: Awesomic Marketing Frontend | |
wordpressScheme: https | |
livenessProbe: | |
httpGet: | |
port: https | |
scheme: HTTPS | |
readinessProbe: | |
httpGet: | |
port: https | |
scheme: HTTPS | |
service: | |
type: ClusterIP | |
ingress: | |
enabled: true | |
certManager: true | |
hostname: awesome-domain.com | |
path: / | |
annotations: | |
cert-manager.io/cluster-issuer: letencrypt-prod | |
nginx.ingress.kubernetes.io/proxy-buffer-size: 0 | |
nginx.ingress.kubernetes.io/proxy-send-timeout: 600 | |
nginx.ingress.kubernetes.io/proxy-read-timeout: 600 | |
tls: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment