This commit is contained in:
2025-09-06 21:35:31 +02:00
parent f87cea522c
commit 0cfea9d78c
2 changed files with 2 additions and 21 deletions

View File

@@ -384,8 +384,8 @@ spec:
internalTrafficPolicy: Cluster internalTrafficPolicy: Cluster
ipFamilies: ipFamilies:
- IPv6 - IPv6
- IPv4 #- IPv4
ipFamilyPolicy: PreferDualStack ipFamilyPolicy: SingleStack
ports: ports:
- name: http - name: http
port: 3000 port: 3000

View File

@@ -1,19 +0,0 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: gitea-metrics
namespace: gitea
labels:
team: undercloud
spec:
#namespaceSelector:
# matchNames:
# - argocd-metrics
selector:
matchLabels:
app: gitea
endpoints:
- port: http
#path: /metrics
interval: 5s