Skip to content

Commit 02d375b

Browse files
committed
tweak
1 parent 9f28ef1 commit 02d375b

3 files changed

Lines changed: 26 additions & 26 deletions

File tree

my-apps/development/gitea/httproute.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ metadata:
55
namespace: gitea
66
spec:
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

my-apps/development/gitea/kustomization.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: gitea
44
resources:
5-
- namespace.yaml
6-
- httproute.yaml
5+
- namespace.yaml
6+
- httproute.yaml
77
helmCharts:
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

my-apps/development/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ commonLabels:
66
app.kubernetes.io/managed-by: argocd
77

88
resources:
9-
- project.yaml
10-
- application-set.yaml
11-
- gitea/
9+
- project.yaml
10+
- application-set.yaml
11+
- gitea/

0 commit comments

Comments
 (0)