Add service.yaml

This commit is contained in:
Matthew Fisher 2024-09-07 20:15:50 -05:00
parent b4433c21b4
commit 36bff89241

15
service.yaml Normal file
View File

@ -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