Add service.yaml
This commit is contained in:
parent
b4433c21b4
commit
36bff89241
15
service.yaml
Normal file
15
service.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user