You've already forked reloading-manager
this is why docs are important
This commit is contained in:
25
argocd/deployment/ingress.yml
Normal file
25
argocd/deployment/ingress.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: reloading-ingress
|
||||
namespace: reloading
|
||||
spec:
|
||||
- rules:
|
||||
- host: https://reloading.internal.siteworxpro.com
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: reloading-frontend
|
||||
port:
|
||||
number: 80
|
||||
pathType: Exact
|
||||
path: /
|
||||
|
||||
- backend:
|
||||
service:
|
||||
name: reloading-backend
|
||||
port:
|
||||
number: 8080
|
||||
pathType: Prefix
|
||||
path: /
|
||||
Reference in New Issue
Block a user