chore: Update manifests after change
This commit is contained in:
26
clusters/cl01tl/manifests/gitea/Service-gitea-http.yaml
Normal file
26
clusters/cl01tl/manifests/gitea/Service-gitea-http.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
# Source: gitea/charts/gitea/templates/gitea/http-svc.yaml
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: gitea-http
|
||||
namespace: gitea
|
||||
labels:
|
||||
helm.sh/chart: gitea-12.4.0
|
||||
app: gitea
|
||||
app.kubernetes.io/name: gitea
|
||||
app.kubernetes.io/instance: gitea
|
||||
app.kubernetes.io/version: "1.25.2"
|
||||
version: "1.25.2"
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
annotations: {}
|
||||
spec:
|
||||
type: ClusterIP
|
||||
clusterIP: 10.103.160.139
|
||||
ports:
|
||||
- name: http
|
||||
port: 3000
|
||||
targetPort:
|
||||
selector:
|
||||
app.kubernetes.io/name: gitea
|
||||
app.kubernetes.io/instance: gitea
|
||||
Reference in New Issue
Block a user