You've already forked reloading-manager
this is why docs are important
This commit is contained in:
@@ -6,5 +6,6 @@ metadata:
|
||||
data:
|
||||
DB_HOST: "192.168.1.30"
|
||||
DB_DATABASE: "loading"
|
||||
DB_USERNAME: "loading"
|
||||
DB_PASSWORD: "loading"
|
||||
DB_USER: "loading"
|
||||
DB_PASSWORD: "loading"
|
||||
CORS_ORIGIN: "https://reloading.internal.siteworxpro.com"
|
||||
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