chore(argo): add ingress
This commit is contained in:
parent
c624697879
commit
09fbc7e597
3 changed files with 70 additions and 13 deletions
17
bootstrap/argo-cd/argogrpc.service.yaml
Normal file
17
bootstrap/argo-cd/argogrpc.service.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue