about summary refs log tree commit diff
path: root/tools/argocd/templates/service.yaml
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-28 12:30:53 +0200
committermakefunstuff <[email protected]>2024-06-28 12:30:53 +0200
commit44cccb5f6b75c532aa6b097e2989d7581e78869e (patch)
treead2d4b607ce63210707d3ddc26a9c88301544bb4 /tools/argocd/templates/service.yaml
parent303262c75bd8d3ad2e166760f0518a0d8aa0591c (diff)
downloadk3s-lab-44cccb5f6b75c532aa6b097e2989d7581e78869e.tar.gz
proper refactoring
Diffstat (limited to '')
-rw-r--r--tools/argocd/templates/service.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/argocd/templates/service.yaml b/tools/argocd/templates/service.yaml
new file mode 100644
index 0000000..9a6afdf
--- /dev/null
+++ b/tools/argocd/templates/service.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: Service
+metadata:
+  name: argocd-server
+  namespace: argocd
+spec:
+  type: ClusterIP
+  ports:
+    - port: 80
+      targetPort: 8080
+  selector:
+    app: argocd-server