fix(argo): Don't use nodeport on ekman

This commit is contained in:
2025-06-24 17:06:27 +02:00
parent 75cd0ad022
commit 1310689d63
+2
View File
@@ -1,3 +1,4 @@
{{- if eq .Values.clusterConfig.cluster "oceanbox"}}
apiVersion: v1
kind: Service
metadata:
@@ -24,3 +25,4 @@ spec:
app.kubernetes.io/instance: argocd
app.kubernetes.io/name: argocd-server
type: NodePort
{{- end }}