Created
August 29, 2020 12:29
-
-
Save bharatmicrosystems/51f2340470a4a347527945d2da1b28bc 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
tolerations: | |
- key: "cloud.google.com/gke-preemptible" | |
operator: "Exists" | |
effect: "NoSchedule" | |
serviceAccountName: ingress-nginx | |
terminationGracePeriodSeconds: 300 | |
volumes: | |
- name: webhook-cert | |
secret: | |
secretName: ingress-nginx-admission |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment