Moved all ingresses exect the core ones
This commit is contained in:
parent
86af4d2db4
commit
24e2e11116
3 changed files with 0 additions and 66 deletions
|
@ -14,10 +14,4 @@ persistence:
|
||||||
buckets:
|
buckets:
|
||||||
- name: edfbuilder-backups
|
- name: edfbuilder-backups
|
||||||
|
|
||||||
consoleIngress:
|
|
||||||
enabled: true
|
|
||||||
ingressClassName: nginx
|
|
||||||
hosts:
|
|
||||||
- minio-backup.{{ .Values.edfbuilderTargetDomain }}
|
|
||||||
|
|
||||||
existingSecret: root-creds
|
existingSecret: root-creds
|
||||||
|
|
|
@ -1,31 +0,0 @@
|
||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
name: argo-workflows-ingress
|
|
||||||
namespace: argo
|
|
||||||
annotations:
|
|
||||||
nginx.ingress.kubernetes.io/use-regex: "true"
|
|
||||||
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
|
||||||
spec:
|
|
||||||
ingressClassName: "nginx"
|
|
||||||
rules:
|
|
||||||
- host: localhost
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: /argo-workflows(/|$)(.*)
|
|
||||||
pathType: ImplementationSpecific
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: argo-server
|
|
||||||
port:
|
|
||||||
name: web
|
|
||||||
- host: {{ .Values.edfbuilderTargetDomain }}
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: /argo-workflows(/|$)(.*)
|
|
||||||
pathType: ImplementationSpecific
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: argo-server
|
|
||||||
port:
|
|
||||||
name: web
|
|
|
@ -425,32 +425,3 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: gitea-credential
|
key: gitea-credential
|
||||||
property: password
|
property: password
|
||||||
---
|
|
||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
name: backstage
|
|
||||||
namespace: backstage
|
|
||||||
spec:
|
|
||||||
ingressClassName: "nginx"
|
|
||||||
rules:
|
|
||||||
- host: localhost
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: backstage
|
|
||||||
port:
|
|
||||||
name: http
|
|
||||||
- host: {{ .Values.edfbuilderTargetDomain }}
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: backstage
|
|
||||||
port:
|
|
||||||
name: http
|
|
||||||
|
|
Loading…
Reference in a new issue