k8s
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
metadata:
|
||||
name: k2-svc
|
||||
namespace: kolokvij2-dinkoglc
|
||||
|
||||
spec:
|
||||
type: ClusterIP
|
||||
|
||||
selector:
|
||||
app: k2-app
|
||||
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 8000
|
||||
|
||||
Reference in New Issue
Block a user