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
# This manifest will help on configuring the Sendgrid universal links with SSL on the Kubernetes ingress | |
# https://sendgrid.com/docs/ui/sending-email/universal-links/#setting-up-universal-links-using-nginx | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: sendgrid-links-redirect | |
spec: | |
type: ExternalName | |
externalName: sendgrid.net |