calico coreswith peer

This commit is contained in:
2025-08-10 13:22:53 +02:00
parent 6ebe9c67c6
commit c4ec4e3191
3 changed files with 118 additions and 0 deletions

24
argocd/service.yaml Normal file
View File

@@ -0,0 +1,24 @@
apiVersion: v1
kind: Service
metadata:
name: argocd-server
namespace: argocd
spec:
type: ClusterIP
clusterIP: 10.0.91.81
clusterIPs:
- 10.0.91.81
- fd00:0:0:f:1::81
ipFamilies:
- IPv4
- IPv6
ipFamilyPolicy: RequireDualStack
ports:
- name: http
port: 80
targetPort: 8080
- name: https
port: 443
targetPort: 8080
selector:
app.kubernetes.io/name: argocd-server