Last active
December 23, 2017 22:19
-
-
Save DazWilkin/b4f496369ebae0b634450d0bcfc84c93 to your computer and use it in GitHub Desktop.
Kubernetes 10-domain Ingress
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
local ingress = import "./ingress.jsonnet"; | |
ingress + { | |
serviceName:: "multi-domain", | |
servicePort:: 9999, | |
prefix:: [[YOUR-PREFIX]], | |
domain:: [[YOUR-DOMAIN]], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment