21 lines
397 B
YAML
21 lines
397 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: device-configuration
|
|
namespace: hlaeja
|
|
annotations:
|
|
metallb.universe.tf/address-pool: default
|
|
labels:
|
|
app: device-configuration
|
|
environment: testing
|
|
tier: backend
|
|
spec:
|
|
type: LoadBalancer
|
|
loadBalancerIP: 10.0.3.113
|
|
selector:
|
|
app: device-configuration
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 8080
|