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
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
kind: HTTPRoute
|
kind: HTTPRoute
|
||||||
metadata:
|
metadata:
|
||||||
@@ -10,7 +8,7 @@ spec:
|
|||||||
- name: shared-gateway
|
- name: shared-gateway
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
hostnames:
|
hostnames:
|
||||||
- {{ .Values.gitea.hostname }}
|
- git.oceanbox.io
|
||||||
rules:
|
rules:
|
||||||
- matches:
|
- matches:
|
||||||
- path:
|
- path:
|
||||||
@@ -21,7 +19,6 @@ spec:
|
|||||||
port: 3000
|
port: 3000
|
||||||
|
|
||||||
---
|
---
|
||||||
# TCP Route for Gitea SSH
|
|
||||||
apiVersion: gateway.networking.k8s.io/v1alpha2
|
apiVersion: gateway.networking.k8s.io/v1alpha2
|
||||||
kind: TCPRoute
|
kind: TCPRoute
|
||||||
metadata:
|
metadata:
|
||||||
@@ -35,4 +32,4 @@ spec:
|
|||||||
rules:
|
rules:
|
||||||
- backendRefs:
|
- backendRefs:
|
||||||
- name: gitea-ssh
|
- name: gitea-ssh
|
||||||
port: 22
|
port: 22
|
||||||
|
|||||||
Reference in New Issue
Block a user