argo/bootstrap/argo-cd/argogrpc.service.yaml
2024-03-01 23:46:59 -05:00

17 lines
286 B
YAML

apiVersion: v1
kind: Service
metadata:
annotations:
labels:
app: argogrpc
name: argogrpc
spec:
ports:
- name: "443"
port: 443
protocol: TCP
targetPort: 8080
selector:
app.kubernetes.io/name: argocd-server
sessionAffinity: None
type: NodePort