2024-09-07 20:15:50 -05:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
name: guacamole
|
|
|
|
namespace: guacamole
|
|
|
|
labels:
|
|
|
|
app: guacamole
|
|
|
|
spec:
|
2024-09-07 20:23:07 -05:00
|
|
|
type: LoadBalancer
|
2024-09-07 20:15:50 -05:00
|
|
|
ports:
|
|
|
|
- name: guacamole-app
|
|
|
|
port: 8080
|
|
|
|
targetPort: 8080
|
|
|
|
protocol: TCP
|
2024-09-07 20:24:42 -05:00
|
|
|
loadBalancerIP: 10.1.141.13
|
2024-09-07 20:15:50 -05:00
|
|
|
selector:
|
|
|
|
app: guacamole
|