12 lines
168 B
YAML
12 lines
168 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: cloud-dashboard
|
|
namespace: terra
|
|
spec:
|
|
selector:
|
|
app: cloud-dashboard
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8080
|