diff options
Diffstat (limited to '')
-rw-r--r-- | tools/argocd/templates/service.yaml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/argocd/templates/service.yaml b/tools/argocd/templates/service.yaml deleted file mode 100644 index 9a6afdf..0000000 --- a/tools/argocd/templates/service.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: argocd-server - namespace: argocd -spec: - type: ClusterIP - ports: - - port: 80 - targetPort: 8080 - selector: - app: argocd-server |