Last active
January 6, 2020 09:04
-
-
Save c-success/db28add1a3b399189d8dee39040e899f to your computer and use it in GitHub Desktop.
This file contains 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
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