aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/quackstack/service.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/namespaces/default/quackstack/service.yaml')
-rw-r--r--kubernetes/namespaces/default/quackstack/service.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/kubernetes/namespaces/default/quackstack/service.yaml b/kubernetes/namespaces/default/quackstack/service.yaml
new file mode 100644
index 0000000..86926c5
--- /dev/null
+++ b/kubernetes/namespaces/default/quackstack/service.yaml
@@ -0,0 +1,11 @@
+apiVersion: v1
+kind: Service
+metadata:
+ name: quackstack
+spec:
+ selector:
+ app: quackstack
+ ports:
+ - protocol: TCP
+ port: 80
+ targetPort: 80