add deployment
This commit is contained in:
13
k8s/production/service.yaml
Normal file
13
k8s/production/service.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: ppob-backend
|
||||
namespace: empatnusabangsa-production
|
||||
labels:
|
||||
run: ppob-backend
|
||||
spec:
|
||||
ports:
|
||||
- port: 5000
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: ppob-backend
|
||||
Reference in New Issue
Block a user