fix(argo): Don't use nodeport on ekman
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
{{- if eq .Values.clusterConfig.cluster "oceanbox"}}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
@@ -24,3 +25,4 @@ spec:
|
|||||||
app.kubernetes.io/instance: argocd
|
app.kubernetes.io/instance: argocd
|
||||||
app.kubernetes.io/name: argocd-server
|
app.kubernetes.io/name: argocd-server
|
||||||
type: NodePort
|
type: NodePort
|
||||||
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user