chore: add k8s manifests for Argo CD
This commit is contained in:
21
k8s/ingress.yaml
Normal file
21
k8s/ingress.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
name: namecheap-api
|
||||||
|
spec:
|
||||||
|
ingressClassName: traefik
|
||||||
|
tls:
|
||||||
|
- secretName: wildcard-anvil-it-com-tls
|
||||||
|
hosts:
|
||||||
|
- namecheap-api.anvil.it.com
|
||||||
|
rules:
|
||||||
|
- host: namecheap-api.anvil.it.com
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- backend:
|
||||||
|
service:
|
||||||
|
name: namecheap-api
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
|
path: /
|
||||||
|
pathType: Prefix
|
||||||
Reference in New Issue
Block a user