Skip to content

Instantly share code, notes, and snippets.

@tyrion70
Last active July 22, 2020 21:25
Show Gist options
  • Select an option

  • Save tyrion70/f1d12969d80e01386cad11710d139fb3 to your computer and use it in GitHub Desktop.

Select an option

Save tyrion70/f1d12969d80e01386cad11710d139fb3 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
labels:
cattle.io/creator: norman
name: ${ADAPTER}
namespace: adapters
spec:
rules:
- host: ${ADAPTER}.rancher.cinternal.com
http:
paths:
- backend:
serviceName: ${ADAPTER}-nodeport
servicePort: 8080
pathType: ImplementationSpecific
status:
loadBalancer:
ingress:
- ip: 10.141.141.31
- ip: 10.141.141.32
- ip: 10.141.141.33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment