File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ metadata:
55 namespace : gitea
66spec :
77 parentRefs :
8- - group : gateway.networking.k8s.io
9- kind : Gateway
10- name : gateway-internal
11- namespace : gateway
8+ - group : gateway.networking.k8s.io
9+ kind : Gateway
10+ name : gateway-internal
11+ namespace : gateway
1212 hostnames :
13- - " gitea.vanillax.me"
13+ - " gitea.vanillax.me"
1414 rules :
15- - matches :
16- - path :
17- type : PathPrefix
18- value : /
19- backendRefs :
20- - group : " "
21- kind : Service
22- name : gitea
23- port : 3000
24- weight : 1
15+ - matches :
16+ - path :
17+ type : PathPrefix
18+ value : /
19+ backendRefs :
20+ - group : " "
21+ kind : Service
22+ name : gitea-http
23+ port : 3000
24+ weight : 1
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33namespace : gitea
44resources :
5- - namespace.yaml
6- - httproute.yaml
5+ - namespace.yaml
6+ - httproute.yaml
77helmCharts :
8- - name : gitea
9- repo : https://dl.gitea.com/charts/
10- version : 10.0.0
11- releaseName : gitea
12- namespace : gitea
13- valuesFile : values.yaml
8+ - name : gitea
9+ repo : https://dl.gitea.com/charts/
10+ version : 10.0.0
11+ releaseName : gitea
12+ namespace : gitea
13+ valuesFile : values.yaml
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ commonLabels:
66 app.kubernetes.io/managed-by : argocd
77
88resources :
9- - project.yaml
10- - application-set.yaml
11- - gitea/
9+ - project.yaml
10+ - application-set.yaml
11+ - gitea/
You can’t perform that action at this time.
0 commit comments