fix(cilium): Correct hostname
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user