bootstrap: Patch argocd server service

This commit is contained in:
2026-01-26 20:38:41 +05:30
parent 826af0ca68
commit 7abd5065fb
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: argocd-server
spec:
type: NodePort
ports:
- name: https
port: 443
protocol: TCP
targetPort: 8080
nodePort: 30443