aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/modmail/web/service.yaml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-14 23:12:48 +0100
committerGravatar Joe Banks <[email protected]>2024-04-14 23:12:48 +0100
commit85afb3b8ca98db360c863cc56af18c411c6489e2 (patch)
treec5adcf0fe35eeebc1eaaf0a20c44656ed36b018b /kubernetes/namespaces/modmail/web/service.yaml
parentConfigure Ansible for user authentication (#213) (diff)
Move all bots to designated namespaces
Diffstat (limited to 'kubernetes/namespaces/modmail/web/service.yaml')
-rw-r--r--kubernetes/namespaces/modmail/web/service.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/kubernetes/namespaces/modmail/web/service.yaml b/kubernetes/namespaces/modmail/web/service.yaml
new file mode 100644
index 0000000..2ea2e7d
--- /dev/null
+++ b/kubernetes/namespaces/modmail/web/service.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: Service
+metadata:
+ name: modmail-web
+ namespace: modmail
+spec:
+ selector:
+ app: modmail-web
+ ports:
+ - protocol: TCP
+ port: 80
+ targetPort: 8000