Skip to content

Instantly share code, notes, and snippets.

@c-success
Last active January 6, 2020 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c-success/db28add1a3b399189d8dee39040e899f to your computer and use it in GitHub Desktop.
Save c-success/db28add1a3b399189d8dee39040e899f to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: ladc
ladc.a10networks.com/hc-ladc-cluster: <name of LADC Cluster>
ladc.a10networks.com/listen-ports: 80|false|false|false
name: hc-ingress-http
spec:
rules:
- host: <name of application endpoint>
http:
paths:
- backend:
serviceName: <name of service>
servicePort: 80
path: /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment