Created
June 30, 2021 09:40
-
-
Save JaniKibichi/3d06e9e3b138e3c60baff7450f8c0f10 to your computer and use it in GitHub Desktop.
Revisions
-
JaniKibichi created this gist
Jun 30, 2021 .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,20 @@ apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: ussd-ingress annotations: kubernetes.io/ingress.class: nginx cert-manager.io/cluster-issuer: letsencrypt-prod spec: tls: - hosts: - utility.ussd.janikibichi.com secretName: hello-kubernetes-tls rules: - host: "utility.ussd.janikibichi.com" http: paths: - path: "/" backend: serviceName: ussd-service servicePort: 80