fix(cilium): Correct hostname

This commit is contained in:
2026-02-10 09:27:54 +01:00
parent 8efdf8d4c8
commit 124fafcaf7
+2 -5
View File
@@ -1,5 +1,3 @@
---
# HTTP Route for Gitea web interface
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
@@ -10,7 +8,7 @@ spec:
- name: shared-gateway
namespace: kube-system
hostnames:
- {{ .Values.gitea.hostname }}
- git.oceanbox.io
rules:
- matches:
- path:
@@ -21,7 +19,6 @@ spec:
port: 3000
---
# TCP Route for Gitea SSH
apiVersion: gateway.networking.k8s.io/v1alpha2
kind: TCPRoute
metadata:
@@ -35,4 +32,4 @@ spec:
rules:
- backendRefs:
- name: gitea-ssh
port: 22
port: 22