summaryrefslogtreecommitdiff
path: root/yaml/services/frontend.yaml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-17 11:41:55 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-17 11:41:55 +0100
commit6cfd0194f65d7730fedcf4ac100f0c3aa28ad06d (patch)
tree51ef1435683788985a83f1bef00e35532735d045 /yaml/services/frontend.yaml
parenta8a948998cd12c5bfbb24a1fcf123901c70cb1c0 (diff)
Use only three files
Diffstat (limited to 'yaml/services/frontend.yaml')
-rw-r--r--yaml/services/frontend.yaml11
1 files changed, 0 insertions, 11 deletions
diff --git a/yaml/services/frontend.yaml b/yaml/services/frontend.yaml
deleted file mode 100644
index f5580ae..0000000
--- a/yaml/services/frontend.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- name: frontend-service
-spec:
- ports:
- - port: 80
- targetPort: 80
- selector:
- app: frontend-app
- type: ClusterIP