added
This commit is contained in:
18
k8s/carpool/node-service.yaml
Normal file
18
k8s/carpool/node-service.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
app: carpool-node
|
||||
name: carpool-node
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 5000
|
||||
protocol: TCP
|
||||
targetPort: 5000
|
||||
selector:
|
||||
app: carpool
|
||||
type: NodePort
|
||||
status:
|
||||
loadBalancer: {}
|
||||
1
k8s/kubernetes-postgresql
Submodule
1
k8s/kubernetes-postgresql
Submodule
Submodule k8s/kubernetes-postgresql added at f65448a58d
Reference in New Issue
Block a user