summaryrefslogtreecommitdiff
path: root/yaml/services/frontend.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'yaml/services/frontend.yaml')
-rw-r--r--yaml/services/frontend.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/yaml/services/frontend.yaml b/yaml/services/frontend.yaml
new file mode 100644
index 0000000..f5580ae
--- /dev/null
+++ b/yaml/services/frontend.yaml
@@ -0,0 +1,11 @@
+apiVersion: v1
+kind: Service
+metadata:
+ name: frontend-service
+spec:
+ ports:
+ - port: 80
+ targetPort: 80
+ selector:
+ app: frontend-app
+ type: ClusterIP