mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
22 lines
476 B
YAML
22 lines
476 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
namespace: eda
|
|
name: eda-ingress-webhook
|
|
spec:
|
|
tls:
|
|
- hosts:
|
|
- eda.example.com
|
|
secretName: eda-secret-tls
|
|
rules:
|
|
- host: eda.example.com
|
|
http:
|
|
paths:
|
|
- path: /webhooks/demo
|
|
pathType: ImplementationSpecific
|
|
backend:
|
|
service:
|
|
name: activation-job-1-1-5000
|
|
port:
|
|
number: 5000
|