mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-15 10:18:45 +00:00
33 lines
547 B
YAML
33 lines
547 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: sailing-kw2019-app
|
|
name: sailing-kw2019-master-svc
|
|
namespace: default
|
|
spec:
|
|
#type: LoadBalancer
|
|
clusterIP: None
|
|
ports:
|
|
- port: 80
|
|
targetPort: http-port
|
|
selector:
|
|
app: sailing-kw2019-master
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: sailing-kw2019-app
|
|
name: sailing-kw2019-svc
|
|
namespace: default
|
|
spec:
|
|
#type: LoadBalancer
|
|
clusterIP: None
|
|
ports:
|
|
- port: 80
|
|
targetPort: http-port
|
|
selector:
|
|
app: sailing-kw2019-master
|