change git to istio
This commit is contained in:
parent
9cd747e4bb
commit
0d83d6a982
51
budibase/application.yaml
Normal file
51
budibase/application.yaml
Normal file
|
@ -0,0 +1,51 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
labels:
|
||||
wildcard-tls.kn8v.com/copy: "true"
|
||||
name: budibase
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: budibase
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
destination:
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: budibase
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
source:
|
||||
chart: budibase
|
||||
repoURL: https://budibase.github.io/budibase/
|
||||
targetRevision: 2.8.10
|
||||
helm:
|
||||
values: |-
|
||||
globals:
|
||||
appVersion: v2.8.10
|
||||
ingress:
|
||||
nginx: false
|
||||
className: haproxy
|
||||
annotations:
|
||||
haproxy-ingress.github.io/ssl-redirect: "true"
|
||||
hosts:
|
||||
- host: bb.strudelline.net
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: proxy-service
|
||||
port:
|
||||
number: 10000
|
||||
tls:
|
||||
- hosts:
|
||||
- bb.strudelline.net
|
||||
secretName: wildcard-tls
|
|
@ -6,6 +6,10 @@ metadata:
|
|||
spec:
|
||||
externalName: noctowl.cascade.strudelline.net
|
||||
type: ExternalName
|
||||
ports:
|
||||
- name: http
|
||||
protocol: TCP
|
||||
port: 57924
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
|
@ -16,7 +20,7 @@ metadata:
|
|||
haproxy-ingress.github.io/ssl-redirect: "true"
|
||||
#haproxy-ingress.github.io/backend-protocol: "h1-ssl"
|
||||
spec:
|
||||
ingressClassName: haproxy
|
||||
ingressClassName: istio
|
||||
rules:
|
||||
- host: git.strudelline.net
|
||||
http:
|
||||
|
|
Loading…
Reference in New Issue
Block a user