summaryrefslogtreecommitdiff
path: root/data.d/k3s-hurzak/manifests.d/searxng/service.yaml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-04-05 13:36:02 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-04-05 13:36:02 +0200
commit7fedd28cbddf3545601f31823b49fda974e59841 (patch)
treebe90d196451d02ee2db312f254bf861d515ebbe6 /data.d/k3s-hurzak/manifests.d/searxng/service.yaml
parent919aa4e44c9b27d09a8f440a98ece826afee6487 (diff)
Add directories to represent namespaces
Diffstat (limited to 'data.d/k3s-hurzak/manifests.d/searxng/service.yaml')
-rw-r--r--data.d/k3s-hurzak/manifests.d/searxng/service.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/data.d/k3s-hurzak/manifests.d/searxng/service.yaml b/data.d/k3s-hurzak/manifests.d/searxng/service.yaml
deleted file mode 100644
index 23fb8ac..0000000
--- a/data.d/k3s-hurzak/manifests.d/searxng/service.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-apiVersion: v1
-kind: Service
-metadata:
- name: searxng
- namespace: public-services
-spec:
- selector:
- app.kubernetes.io/created-by: tyil
- app.kubernetes.io/managed-by: manual
- app.kubernetes.io/name: searxng
- app.kubernetes.io/part-of: searxng
- ports:
- - protocol: TCP
- port: 80
- targetPort: 8080
-...