-
-
Save tstrul1/93c4707bd42012ca28f49011f90f85df to your computer and use it in GitHub Desktop.
Revisions
-
subudhiroshan created this gist
Dec 30, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ apiVersion: extensions/v1beta1 kind: Ingress metadata: name: iron-gallery-ingress spec: rules: - host: iron-gallery-braavos.com http: paths: - path: / backend: serviceName: iron-gallery-service servicePort: 80