calico coreswith peer
This commit is contained in:
24
argocd/service.yaml
Normal file
24
argocd/service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user