From 36bff892411c563bac374604b4096cc98900afbe Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Sat, 7 Sep 2024 20:15:50 -0500 Subject: [PATCH] Add service.yaml --- service.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 service.yaml diff --git a/service.yaml b/service.yaml new file mode 100644 index 0000000..1408c99 --- /dev/null +++ b/service.yaml @@ -0,0 +1,15 @@ +apiVersion: v1 +kind: Service +metadata: + name: guacamole + namespace: guacamole + labels: + app: guacamole +spec: + ports: + - name: guacamole-app + port: 8080 + targetPort: 8080 + protocol: TCP + selector: + app: guacamole \ No newline at end of file