You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
330 B
17 lines
330 B
apiVersion: extensions/v1beta1
|
|
kind: Ingress
|
|
metadata:
|
|
name: ipify-api-public
|
|
namespace: oe
|
|
annotations:
|
|
kubernetes.io/ingress.class: traefik
|
|
traefik.frontend.passHostHeader: "true"
|
|
spec:
|
|
rules:
|
|
- host: ipify.dialbox.cloud
|
|
http:
|
|
paths:
|
|
- backend:
|
|
serviceName: ipify-api
|
|
servicePort: 8089
|