Created
August 26, 2018 11:35
-
-
Save younes200/e8cdd7823f8c09d0f807799b9ae3a916 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
apiVersion: voyager.appscode.com/v1beta1 | |
kind: Certificate | |
metadata: | |
name: myapp | |
spec: | |
domains: | |
- 'api.myapp.com' | |
- 'api.beta.myapp.com' | |
acmeUserSecretName: acme-account | |
challengeProvider: | |
dns: | |
provider: gce | |
credentialSecretName: voyager-gce | |
storage: | |
secret: | |
name: myapp-tls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment