Skip to content

Instantly share code, notes, and snippets.

@anmolnagpal
Last active July 4, 2019 15:06
Show Gist options
  • Select an option

  • Save anmolnagpal/426d1a972f23c9d674ae56523ca467ca to your computer and use it in GitHub Desktop.

Select an option

Save anmolnagpal/426d1a972f23c9d674ae56523ca467ca to your computer and use it in GitHub Desktop.

Revisions

  1. anmolnagpal renamed this gist Jul 4, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. anmolnagpal created this gist Jul 4, 2019.
    12 changes: 12 additions & 0 deletions k8s
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    apiVersion: extensions/v1beta1
    kind: Ingress
    metadata:
    name: web
    spec:
    rules:
    - host: go-home.$NS.ing.k8z.eu
    http:
    paths:
    - backend:
    serviceName: web
    servicePort: 80